view test/run-build.sh @ 118:f0437f85091b

- cleanups in comments, etc.
author cslag
date Sun, 03 Jul 2016 01:41:43 +0200
parents 3e629dc19168
children
line wrap: on
line source

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