Files
DocProdPipeline-Client/Framework-Includes/LocalHelp.sh
ReachableCEO 0c1937f5d7 Squashed 'vendor/git.knownelement.com/KNEL/KNELShellFramework/' content from commit 5ecde81
git-subtree-dir: vendor/git.knownelement.com/KNEL/KNELShellFramework
git-subtree-split: 5ecde81ce441d5802fd7e7e91a441e34f327f457
2025-07-14 12:06:51 -05:00

14 lines
262 B
Bash

#!/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>"
}