exit shell on subprocess error

This commit is contained in:
veclav talica 2023-05-22 18:30:16 +05:00
parent 6a9f8572c9
commit 64938e2bbb

View File

@ -1,5 +1,7 @@
#!/bin/sh
set +e
mkdir -p ./html/articles
./tools/main_page_generator.py ./articles | ./tools/mmd/build/multimarkdown > ./html/index.html