view test/run-build.sh @ 500:7426cfbe92d5

- call_suite_aggrs; removal of old isPod logic
author Tassilo Philipp
date Mon, 04 Apr 2022 16:28:26 +0200
parents 3e629dc19168
children
line wrap: on
line source

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