Add set -e

This commit is contained in:
Tan Chee Keong
2023-10-09 16:46:00 +08:00
parent 44031f18cc
commit 2a7c65df47

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"