summaryrefslogtreecommitdiff
path: root/git-shell-commands/help
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-09 02:50:22 +0200
committerdweller <dweller@cabin.digital>2024-03-09 02:50:22 +0200
commit9b9bda8bb3700b25007a1b78958a2a4ac7c2f9cb (patch)
tree894a24c89afdff8eae712307bc186b83cd6b0044 /git-shell-commands/help
Initial commit
Diffstat (limited to 'git-shell-commands/help')
-rwxr-xr-xgit-shell-commands/help12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-shell-commands/help b/git-shell-commands/help
new file mode 100755
index 0000000..292cb97
--- /dev/null
+++ b/git-shell-commands/help
@@ -0,0 +1,12 @@
+#!/bin/sh
+# Copyright (C) 2024 dwlr <dweller@cabin.digital>
+#
+# BSD 3-Clause License (BSD-3-Clause)
+# See LICENSE for details
+
+set -e
+
+
+echo "Available: commands:"
+ls "$HOME/git-shell-commands"
+echo "exit"