From f39eaf81fa6cbc831b8021736c7f71b7d9587de7 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 15 Sep 2019 00:29:52 -0700 Subject: 5661 --- html/apps/crenshaw2-1.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/crenshaw2-1.subx.html') diff --git a/html/apps/crenshaw2-1.subx.html b/html/apps/crenshaw2-1.subx.html index 088f2973..c43092d9 100644 --- a/html/apps/crenshaw2-1.subx.html +++ b/html/apps/crenshaw2-1.subx.html @@ -64,7 +64,7 @@ if ('onhashchange' in window) { 3 # except that we support hex digits. 4 # 5 # To run: - 6 # $ ./subx translate 0*.subx apps/crenshaw2-1.subx -o apps/crenshaw2-1 + 6 # $ ./subx translate init.linux 0*.subx apps/crenshaw2-1.subx -o apps/crenshaw2-1 7 # $ echo '3' |./subx run apps/crenshaw2-1 8 # Expected output: 9 # # syscall(exit, 3) @@ -74,7 +74,7 @@ if ('onhashchange' in window) { 13 # 14 # To run the generated output: 15 # $ echo '3' |./subx run apps/crenshaw2-1 > z1.subx - 16 # $ ./subx translate z1.subx -o z1 + 16 # $ ./subx translate init.linux z1.subx -o z1 17 # $ ./subx run z1 18 # $ echo $? 19 # 3 -- cgit 1.4.1-2-gfad0