From ee0e67b9d7c275480827d856b926d2c403057bb8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Mar 2020 18:39:16 -0800 Subject: 6091 --- html/apps/ex2.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/apps/ex2.subx.html') diff --git a/html/apps/ex2.subx.html b/html/apps/ex2.subx.html index f1e4abe9..392f5440 100644 --- a/html/apps/ex2.subx.html +++ b/html/apps/ex2.subx.html @@ -56,8 +56,8 @@ if ('onhashchange' in window) { 1 # Add 1 and 1, and return the result in the exit code. 2 # 3 # To run: - 4 # $ ./subx translate init.linux examples/ex2.subx -o examples/ex2 - 5 # $ ./subx run examples/ex2 + 4 # $ ./bootstrap translate init.linux apps/ex2.subx -o apps/ex2 + 5 # $ ./bootstrap run apps/ex2 6 # Expected result: 7 # $ echo $? 8 # 2 -- cgit 1.4.1-2-gfad0