14 lines
338 B
Bash
Executable File
14 lines
338 B
Bash
Executable File
#!/data/data/com.termux/files/usr/bin/bash
|
|
set -e
|
|
|
|
echo "AndroidBuilder"
|
|
echo
|
|
echo "Usage:"
|
|
echo " android-builder setup"
|
|
echo " android-builder doctor"
|
|
echo " android-builder new MyApp"
|
|
echo " android-builder wrapper"
|
|
echo " android-builder new MyApp --template empty"
|
|
echo " android-builder build"
|
|
echo " android-builder export"
|