view test/run-build.sh @ 524:1b1abed0ea32

- test/callback_suite_aggrs: small fix, removed missing param with default value
author Tassilo Philipp
date Wed, 13 Apr 2022 15:16:56 +0200
parents 3e629dc19168
children
line wrap: on
line source

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