From ea80d82ce78a241d6d6abe03c70743d4b0218d83 Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:09:41 -0400 Subject: [PATCH] Update run.sh Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index ea79b7b..cef69ae 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,5 @@ #!/bin/bash -e +./scripts/add.sh '{"a": 20, "b": 21}' && echo && echo ./scripts/greet.sh Benjamin && echo && echo ./scripts/count-vowels.sh 'Once upon a dream' && echo && echo ./scripts/http-get.sh && echo && echo