view test/run-build.sh @ 618:f1810b5dbb3b

sysv x64 disas examples: - fixed comments - example passing aggregate as vararg
author Tassilo Philipp
date Mon, 03 Oct 2022 11:40:36 +0200
parents 3e629dc19168
children
line wrap: on
line source

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