view test/run-build.sh @ 1:5fe1e87ecf03

- typo fix in manual (thanks Tobi)
author cslag
date Sun, 22 Mar 2015 16:47:54 -0500
parents 3e629dc19168
children
line wrap: on
line source

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