This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
7557
Commits
6
Branches
0
Tags
18 MiB
Shell
61%
C
18.1%
Roff
12.4%
C++
6.6%
Python
1%
Other
0.6%
Tree:
8d0383c3fd
termux-packages
/
packages
/
dx
/
dx
6 lines
102 B
Raw
Blame
History
#!/bin/sh
exec
dalvikvm
\
-Xmx256m
\
-cp @TERMUX_PREFIX@/share/dex/dx.jar
\
dx.dx.command.Main
$@
Reference in new issue