about summary refs log tree commit diff stats
path: root/ht.sh
diff options
context:
space:
mode:
authorCase Duckworth2022-05-25 15:48:07 -0500
committerCase Duckworth2022-05-25 15:48:07 -0500
commite67849d8e6c43309ec19c00216c916de5415bdb5 (patch)
tree2bf97e9128d41e2dc84a11185f4423fb6c179aa4 /ht.sh
parentAdd readme.txt (diff)
downloadhat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.tar.gz
hat-trick-e67849d8e6c43309ec19c00216c916de5415bdb5.zip
Add post
Diffstat (limited to 'ht.sh')
-rwxr-xr-xht.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ht.sh b/ht.sh index de58fe1..9c3302f 100755 --- a/ht.sh +++ b/ht.sh
@@ -27,6 +27,7 @@ htt() { # htt FILES...
27 27
28ht_build_env() { # ht_build_env FILE... 28ht_build_env() { # ht_build_env FILE...
29 print "body() { cat \"$HTBOD\"; }" > "$HTENV" 29 print "body() { cat \"$HTBOD\"; }" > "$HTENV"
30 : > "$HTBOD"; # clear out body
30 while read -r line; do 31 while read -r line; do
31 case "$line" in 32 case "$line" in
32 *@@*:*@@*) # "simple" metadata; just a string 33 *@@*:*@@*) # "simple" metadata; just a string