moved docs

Switching to using vendored shell framework
moved SafeDownload to vendored shell framework repo
This commit is contained in:
2025-07-14 12:17:29 -05:00
parent 47b5a976c2
commit 83d5cf2f8d
20 changed files with 0 additions and 684 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>"
}