view test/run-build.sh @ 600:d9558c1555df

test/callf: dcNewAggr() calls param fixes, used wrong field count
author Tassilo Philipp
date Wed, 21 Sep 2022 10:52:05 +0200
parents 3e629dc19168
children
line wrap: on
line source

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