Submit
Path:
~
/
/
usr
/
share
/
doc
/
git
/
contrib
/
git-shell-commands
/
File Content:
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
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
README
839 bytes
0644
help
283 bytes
0644
list
227 bytes
0644
N4ST4R_ID | Naxtarrr