More re-factor for 1.0 as I port FetchApply to the framework.

This commit is contained in:
2025-06-30 12:48:28 -05:00
parent cdcb624d35
commit d4578dcbf7
10 changed files with 14 additions and 1 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>"
}