view test/run-build.sh @ 353:2f28f26c72a7 r1.1

- prep/cleanup for 1.1 release
author Tassilo Philipp
date Fri, 10 Jan 2020 15:29:13 +0100
parents 3e629dc19168
children
line wrap: on
line source

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