📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
18010.13 KB
0644
🗑️
⬇️
✏️
🔒
Editing: gawk.sh
gawkpath_default () { unset AWKPATH export AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` } gawkpath_prepend () { [ -z "$AWKPATH" ] && AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` export AWKPATH="$*:$AWKPATH" } gawkpath_append () { [ -z "$AWKPATH" ] && AWKPATH=`gawk 'BEGIN {print ENVIRON["AWKPATH"]}'` export AWKPATH="$AWKPATH:$*" } gawklibpath_default () { unset AWKLIBPATH export AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` } gawklibpath_prepend () { [ -z "$AWKLIBPATH" ] && \ AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` export AWKLIBPATH="$*:$AWKLIBPATH" } gawklibpath_append () { [ -z "$AWKLIBPATH" ] && \ AWKLIBPATH=`gawk 'BEGIN {print ENVIRON["AWKLIBPATH"]}'` export AWKLIBPATH="$AWKLIBPATH:$*" }
💾 Save Changes