X7ROOT File Manager
Current Path:
/usr/share/doc/git-1.8.3.1/contrib/git-shell-commands
usr
/
share
/
doc
/
git-1.8.3.1
/
contrib
/
git-shell-commands
/
📁
..
📄
README
(839 B)
📄
help
(283 B)
📄
list
(227 B)
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
Upload File
Create Folder