From 9b9bda8bb3700b25007a1b78958a2a4ac7c2f9cb Mon Sep 17 00:00:00 2001 From: dweller Date: Sat, 9 Mar 2024 02:50:22 +0200 Subject: Initial commit --- git-shell-commands/help | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 git-shell-commands/help (limited to 'git-shell-commands/help') 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 +# +# BSD 3-Clause License (BSD-3-Clause) +# See LICENSE for details + +set -e + + +echo "Available: commands:" +ls "$HOME/git-shell-commands" +echo "exit" -- cgit v1.2.3