MOON
Server:
Apache
System:
Linux vps.thepromohut.com 2.6.18-398.el5 #1 SMP Tue Sep 16 20:51:48 EDT 2014 i686
User:
caretrak (507)
PHP:
5.2.10
Disabled:
NONE
$ pwd:
/
usr
/
share
/
doc
/
bash-3.2
/
scripts
/
Upload Files
current [
readonly
]
docroot [
readonly
]
Upload
Fetch
File: //usr/share/doc/bash-3.2/scripts/cat.sh
shcat() { while read -r ; do echo "$REPLY" done } if [ -n "$1" ]; then shcat < "$1" else shcat fi