From 4c19dd3968d2ce733073774867d97cc96b4277e6 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Mar 2020 18:07:39 -0800 Subject: 6089 --- apps/ex3.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/ex3.subx') diff --git a/apps/ex3.subx b/apps/ex3.subx index 66f2b3a3..d75db65a 100644 --- a/apps/ex3.subx +++ b/apps/ex3.subx @@ -1,8 +1,8 @@ # Add the first 10 numbers, and return the result in the exit code. # # To run: -# $ ./subx translate init.linux examples/ex3.subx -o examples/ex3 -# $ ./subx run examples/ex3 +# $ ./bootstrap translate init.linux apps/ex3.subx -o apps/ex3 +# $ ./bootstrap run apps/ex3 # Expected result: # $ echo $? # 55 -- cgit 1.4.1-2-gfad0