view test/run-build.sh @ 626:667fe7b2be62

whitespace
author Tassilo Philipp
date Fri, 28 Oct 2022 14:03:33 +0200
parents 3e629dc19168
children
line wrap: on
line source

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