Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.15.145.50
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
procmail-3.22 /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
1procmailrc
644
B
-rw-r--r--
1rmail
404
B
-rw-r--r--
2procmailrc
1.94
KB
-rw-r--r--
2rmail
396
B
-rw-r--r--
3procmailrc
1.5
KB
-rw-r--r--
3rmail
761
B
-rw-r--r--
advanced
13.05
KB
-rw-r--r--
dirname
537
B
-rw-r--r--
forward
98
B
-rw-r--r--
local_procmail_lmtp.m4
1.84
KB
-rw-r--r--
mailstat
5.72
KB
-rw-r--r--
procmail-rpm.spec
3.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dirname
#! /bin/sh : &&O='cd .' || exec /bin/sh "$0" $argv:q # we're in a csh, feed myself to sh $O || exec /bin/sh "$0" "$@" # we're in a buggy zsh ######################################################################### # dirname A substitute, for the deprived # # # # Created by S.R. van den Berg, The Netherlands # ######################################################################### #$Id: dirname,v 1.3 1994/05/26 14:11:52 berg Exp $ t=`expr "$1" : "\(.*/\)[^/]*$"` if test -z "$t" then echo . else echo "$t" fi
Close