view test/run-build.sh @ 628:cb2cbb6453e5

Added tag r1.4-RC5 for changeset c477ddd64718
author Tassilo Philipp
date Fri, 28 Oct 2022 15:15:15 +0200
parents 3e629dc19168
children
line wrap: on
line source

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