From 253901b3025b9ecfe77b25b6a87baad3ef0f16eb Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 14 Nov 2021 00:43:09 -0500 Subject: update bootstrap.sh with 03 --- bootstrap.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index cd63ddd..5d326c5 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -58,5 +58,15 @@ if [ "$(./out02)" != 'Hello, world!' ]; then fi cd .. +echo 'Processing stage 03...' +cd 03 +rm -rf out0[23] +make -s out03 +if [ "$(./out03)" != 'Hello, world!' ]; then + echo_red 'Stage 03 failed.' + exit 1 +fi +cd .. + echo_green 'all stages completed successfully!' -- cgit v1.2.3