blob: 292cb975ced2fcc9fe8cc44560f009098c51f556 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|