Add set -e

This commit is contained in:
Tan Chee Keong
2023-10-09 16:46:00 +08:00
parent 37f8a2a807
commit a0bab5a5ca

View File

@@ -1,5 +1,7 @@
#! /usr/bin/env bash
set -e
# A function to generate formatted .md files
write_to_file() {
local cmd="$1"