about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xunk2
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.
9There are three main scripts: 9There are three main scripts:
10 10
11<ul> 11<ul>
12 <li><strong>UNK</strong> (250 bytes), a bash script that applies 12 <li><strong>UNK</strong> (253 bytes), a bash script that applies
13 the template to each page and publishes them to the output dir,</li> 13 the template to each page and publishes them to the output dir,</li>
14 <li><strong>LHT</strong> (241 bytes), an awk script that serves as 14 <li><strong>LHT</strong> (241 bytes), an awk script that serves as
15 a (very) basic markup language, and</li> 15 a (very) basic markup language, and</li>
diff --git a/unk b/unk index 2cf2164..3c9e749 100755 --- a/unk +++ b/unk
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/sh -e
2alias c=cat q=test e=echo 2alias c=cat q=test e=echo
3rm -rf O;mkdir -p O 3rm -rf O;mkdir -p O
4q -f TM||e '`<$F`'>TM 4q -f TM||e '`<$F`'>TM