Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
qnx /
Delete
Unzip
Name
Size
Permission
Date
Action
ar
850
B
-r--r--r--
2014-12-27 11:49
cpp
573
B
-r--r--r--
2014-12-27 11:49
qnx.c
253
B
-r--r--r--
2014-12-27 11:49
Save
Rename
#! /bin/sh #__USAGE #%C [-P] [-C] other options # cpp is a wrapper for wcc to make it work like other cpp's # -P omit #line directives from the output # -C pass comments through to the output # #Submitted by Norton T. Allen (allen@huarp.harvard.edu) typeset lines=l comments="" redir="" while :; do case $1 in -P) lines=""; shift; continue;; -C) comments=c; shift; continue;; esac break done if [ ! -t 0 ]; then cat >.$$.c redir=.$$.c fi cc -c -Wc,-p$lines$comments -Wc,-pw=0 $* $redir | awk 'NR>1||NF>0 {sub("^ ","");print}' [ -n "$redir" ] && rm -f $redir