view test/run-build.sh @ 216:28bf0b231bce

- dynload man page clarification about resolving own symbols
author Tassilo Philipp
date Thu, 06 Apr 2017 11:40:15 +0200
parents 3e629dc19168
children
line wrap: on
line source

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