mirror of
https://github.com/moparisthebest/mail
synced 2024-11-15 21:55:04 -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 |