mirror of
https://github.com/moparisthebest/mail
synced 2024-11-16 06:05:07 -05:00
11 lines
117 B
Bash
Executable File
11 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# go to root
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
DIR=release/cca
|
|
|
|
#prepare
|
|
cd $DIR/Whiteout
|
|
cca build android --release |