view test/run-build.sh @ 30:c16bc7736bb4

- added configure (only sh-version) option to display list of settable targets
author cslag
date Sat, 21 Nov 2015 16:16:26 +0100
parents 3e629dc19168
children
line wrap: on
line source

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