view test/run-build.sh @ 309:b51401bc4c37

- changelog about dynload UTF-8 support on windows
author Tassilo Philipp
date Thu, 24 Oct 2019 23:39:57 +0200
parents 3e629dc19168
children
line wrap: on
line source

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