view test/run-build.sh @ 14:450c4f06cb14

added 4-byte alignment for arm64 call kernel
author Daniel Adler
date Thu, 23 Jul 2015 01:30:23 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh
for i in $* ; do
  $i/$i
done