From 59d6f83e446706d44bcc22e84f1c250b41d94833 Mon Sep 17 00:00:00 2001 From: RayPlante Date: Tue, 5 Nov 2024 09:38:56 -0500 Subject: [PATCH] add -h support to scripts/install.sh --- scripts/_install-env.sh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/scripts/_install-env.sh b/scripts/_install-env.sh index fb2536c..b379bad 100644 --- a/scripts/_install-env.sh +++ b/scripts/_install-env.sh @@ -12,6 +12,29 @@ true ${SOURCE_DIR:=$base} true ${INSTALL_DIR:=/usr/local} ########## +function help { + echo ${prog} -- install software from this repository + cat <