diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.sh	Wed Oct 19 17:09:53 2022 +0900
@@ -0,0 +1,11 @@
+#!/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
+