view test/run-build.sh @ 408:5387564a1096

- changelog addition (and modification of older entry for clarity)
author Tassilo Philipp
date Sun, 03 Oct 2021 12:27:06 +0200
parents 3e629dc19168
children
line wrap: on
line source

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