view test/run-build.sh @ 367:2fb084f98439

- removed outdated comment
author Tassilo Philipp
date Mon, 20 Jul 2020 14:07:36 +0200
parents 3e629dc19168
children
line wrap: on
line source

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