From 2131007fe9ae3c4d3d5a4663633c33aa956358ac Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Sun, 28 May 2023 09:43:09 -0700 Subject: [PATCH] Cleaned up examples --- cli/arvelie/build.sh | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/cli/arvelie/build.sh b/cli/arvelie/build.sh index f1f535c..390a013 100755 --- a/cli/arvelie/build.sh +++ b/cli/arvelie/build.sh @@ -21,16 +21,11 @@ then cp $DST $CPY fi -# printf "today "; $EMU $DST -# printf "gre->arv "; $EMU $DST "2023-05-25" -# printf "arv->gre "; $EMU $DST "17K04" -# printf "error "; $EMU $DST "abc" -# echo "" -# printf "00A00 -> "; $EMU $DST "2016-01-01" -# printf "2016-01-01 -> "; $EMU $DST "00A00" - -# printf "2016-01-14 -> 00B00"; $EMU $DST "2016-01-14" - - -$EMU $DST "2016-01-01" +printf "today "; $EMU $DST +printf "gre->arv "; $EMU $DST "2023-05-25" +printf "arv->gre "; $EMU $DST "17K04" +printf "error "; $EMU $DST "abc" +echo "" +printf "00A00 -> "; $EMU $DST "2016-01-01" +printf "01B00 -> "; $EMU $DST "2017-01-15"