From 1d8746228690eaece8f31626aea25406e426720f Mon Sep 17 00:00:00 2001
From: Case Duckworth
Date: Mon, 1 Jul 2019 17:29:10 -0500
Subject: Abort on error
---
README.md | 2 +-
unk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0c54bcb..34560fd 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ that all fits within 1000 bytes.
There are three main scripts:
- - UNK (250 bytes), a bash script that applies
+
- UNK (253 bytes), a bash script that applies
the template to each page and publishes them to the output dir,
- LHT (241 bytes), an awk script that serves as
a (very) basic markup language, and
diff --git a/unk b/unk
index 2cf2164..3c9e749 100755
--- a/unk
+++ b/unk
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
alias c=cat q=test e=echo
rm -rf O;mkdir -p O
q -f TM||e '`<$F`'>TM
--
cgit 1.4.1-21-gabe81