view test/run-build.sh @ 9:a996f29affdf

- doc
author cslag
date Sun, 19 Jul 2015 23:57:18 +0200
parents 3e629dc19168
children
line wrap: on
line source

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