From cadbeccb21cf030cfec78b59b00a41157edaf042 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Mon, 18 May 2026 02:08:24 -0600 Subject: fix help --- help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help b/help index 13dc75e..1b74237 100755 --- a/help +++ b/help @@ -3,8 +3,8 @@ echo -e "\e]0;$USER@$HOSTNAME\e\\" -cd "$(dirname "$0")" if [ $# -eq 0 ]; then + cd "$(dirname "$0")" echo "Commands available:" find -L . -maxdepth 1 -type f \! -name '.*' -execdir perl -e '$w=80;$buf=""; for (@ARGV) { s@^\./@@; if (length("$buf $_") > $w) { print("$buf\n"); $buf = ""; } $buf .= " $_"; } print("$buf\n");' {} + echo -- cgit v1.3.1-10-gc9f91