summaryrefslogtreecommitdiff
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2021-09-01 18:27:51 -0400
committerpommicket <pommicket@gmail.com>2021-09-01 18:27:51 -0400
commit336a7931494b149298ec0d215bf643c4ca07a712 (patch)
treef1f79a7b5470cb5af12c0d914a24ec6aeb8d50f8 /bootstrap.sh
parentf71545c939d530d42903deadd365205a4e02bd56 (diff)
markdown to HTML converter
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 7a374d0..7025b8c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -26,6 +26,7 @@ else
exit 1
fi
+echo 'Processing stage 00...'
cd 00
rm -f out00
make -s out00
@@ -36,6 +37,7 @@ fi
rm -f out00
cd ..
+echo 'Processing stage 01...'
cd 01
rm -f out0[01]
make -s out01