simplified the code. re-learned the lessons from my previous custom markdown pre processing. much better...

This commit is contained in:
2024-11-18 10:02:13 -06:00
parent c08375b657
commit 3350a05b3e
34 changed files with 107 additions and 287 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
function LocalHelp()
{
echo "$0 is <description here>"
echo "$0 takes <num> arguments: "
echo "1) <stuff>"
echo "2) <other stuff>"
echo "<additional info on arguments...>:"
echo "<put>"
echo "<stuff>"
echo "<here>"
}