view test.sh @ 22:7412ef4ef789

use cmake
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 19 Oct 2022 17:09:53 +0900
parents
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