D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
git
/
contrib
/
git-shell-commands
/
Filename :
help
back
Copy
#!/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
Name
Size
Last Modified
Owner
Permissions
Actions
README
0.819
KB
May 31 2024 12:41:06
root
0644
help
0.276
KB
May 31 2024 12:41:06
root
0644
list
0.222
KB
May 31 2024 12:41:06
root
0644
2017 © D7net | D704T team