view test.sh @ 24:aecd80408312 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 26 Oct 2022 17:37:18 +0900
parents 7412ef4ef789
children
line wrap: on
line source

#!/bin/sh 
# usage     s-calc /usr/bin/clang

# pwd
# echo $1 $2
# ls .

./$2 < s-input.txt > s-output.s
$1 s-output.s
./a.out