view test/run-build.sh @ 394:763ab518e1bb r1.2

- added 1.2 release date to changelog
author Tassilo Philipp
date Fri, 22 Jan 2021 16:27:41 +0100
parents 3e629dc19168
children
line wrap: on
line source

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