view test/run-build.sh @ 43:709079672998

Added tag r0.9-RC3 for changeset ecc9403e214a
author cslag
date Sat, 19 Dec 2015 16:01:33 +0100
parents 3e629dc19168
children
line wrap: on
line source

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