Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Apr 24, 2021
1 parent e4b157a commit db08ccb
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions Module/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@

<group>
<action warning="Do you want to download it?" auto-off="true" reload="true" visible="[ -e $MODULE_PATH/jd-cli-111 ] &amp;&amp; echo 0 || echo 1">
<title>Jd-cli decompiler</title>
<desc>Java jd-cli decompiler tool, Class to java</desc>
<action warning="Do you want to download it?" auto-off="true" reload="true" visible="[ -e $MODULE_PATH/javaclass ] &amp;&amp; echo 0 || echo 1">
<title>Convert class</title>
<desc>Decompile jar and convert class to java</desc>
<summary sh="echo Download"/>
<script>
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/jd-cli-111.zip2 -O $TMPDIR/modun.zip 2>/dev/null
unzip -oq $TMPDIR/modun.zip -d $START_DIR/data/module
rm -fr $TMPDIR/modun.zip
</script>
</action>
</group>

<group>
<action warning="Do you want to download it?" auto-off="true" reload="true" visible="[ -e $MODULE_PATH/cfr-111 ] &amp;&amp; echo 0 || echo 1">
<title>Cfr decompiler</title>
<desc>Java cfr decompiler tool, Class to java</desc>
<summary sh="echo Download"/>
<script>
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/cfr-111.zip2 -O $TMPDIR/modun.zip 2>/dev/null
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/javaclass.zip2 -O $TMPDIR/modun.zip 2>/dev/null
unzip -oq $TMPDIR/modun.zip -d $START_DIR/data/module
rm -fr $TMPDIR/modun.zip
</script>
Expand All @@ -27,8 +14,8 @@ rm -fr $TMPDIR/modun.zip

<group>
<action warning="Do you want to download it?" auto-off="true" reload="true" visible="[ -e $MODULE_PATH/AXMLPrinter2 ] &amp;&amp; echo 0 || echo 1">
<title>AXMLPrinter2</title>
<desc>Decompile xml encoding to the standard version</desc>
<title>AXMLPrinter</title>
<desc>Allows decoding xml in apk</desc>
<summary sh="echo Download"/>
<script>
wget -q https://github.com/kakathic/Tool-Terminal/raw/master/Module/AXMLPrinter2.zip2 -O $TMPDIR/modun.zip 2>/dev/null
Expand Down

0 comments on commit db08ccb

Please sign in to comment.