now in it's own repo, like it should be!

This commit is contained in:
2024-11-18 08:46:54 -06:00
parent 665b1b8d85
commit dcb40d94ab
12 changed files with 274 additions and 1 deletions

13
includes/LocalHelp.sh Normal file
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>"
}