view test/run-build.sh @ 221:6784e74490ba

- changelog
author Tassilo Philipp
date Tue, 11 Apr 2017 15:32:47 +0200
parents 3e629dc19168
children
line wrap: on
line source

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