view test/run-build.sh @ 25:46f250fb9418

Added tag r0.9-RC1 for changeset d9c707a699d9
author cslag
date Sun, 06 Sep 2015 12:01:17 +0200
parents 3e629dc19168
children
line wrap: on
line source

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