view test/run-build.sh @ 427:fb51dc714566

- x64 struct by val disas examples
author Tassilo Philipp
date Mon, 17 Jan 2022 10:08:58 +0100
parents 3e629dc19168
children
line wrap: on
line source

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