░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/share/doc/git/contrib/git-shell-commands
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: help
#!/bin/sh if tty -s then echo "Run 'help' for help, or 'exit' to leave. Available commands:" else echo "Run 'help' for help. Available commands:" fi cd "$(dirname "$0")" for cmd in * do case "$cmd" in help) ;; *) [ -f "$cmd" ] && [ -x "$cmd" ] && echo "$cmd" ;; esac done
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 help
?
283 B
2023-11-20 02:07
EDIT
📄 list
?
227 B
2023-11-20 02:07
EDIT
📄 README
?
839 B
2023-11-20 02:07
EDIT