view test/run-build.sh @ 387:11483966a3ee

- excluding syscall stuff from callf test for beos/haiku
author Tassilo Philipp
date Thu, 21 Jan 2021 17:27:02 +0100
parents 3e629dc19168
children
line wrap: on
line source

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