about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2024-02-06 22:12:28 -0600
committerCase Duckworth2024-02-06 22:12:28 -0600
commit114d25485f282778f7b70443f144092c153a64dd (patch)
tree4d3116306b3db1b1125c88f2a18dfc7ac9b7cbac
parentAdd readme phony target (diff)
downloadsubtext-114d25485f282778f7b70443f144092c153a64dd.tar.gz
subtext-114d25485f282778f7b70443f144092c153a64dd.zip
Add nl() function
This should go in the standard library thing I come up with in a moment.
-rw-r--r--html.st.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/html.st.sh b/html.st.sh index ab4ab72..5f580b3 100644 --- a/html.st.sh +++ b/html.st.sh
@@ -39,3 +39,5 @@ code() {
39 else echo "<pre><code>$in</code></pre>" 39 else echo "<pre><code>$in</code></pre>"
40 fi 40 fi
41} 41}
42
43nl()(echo)