view test/run-build.sh @ 114:15b88cd935c4

- revert last commit, as others would need same treatment, but won't do this now
author cslag
date Sat, 18 Jun 2016 21:17:27 +0200
parents 3e629dc19168
children
line wrap: on
line source

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