view test/run-build.sh @ 574:4cf57a9f8b92

cleanup
author Tassilo Philipp
date Thu, 08 Sep 2022 09:27:52 +0200
parents 3e629dc19168
children
line wrap: on
line source

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