mirror of
https://github.com/moparisthebest/mail
synced 2024-11-27 03:12:23 -05:00
9 lines
99 B
Bash
9 lines
99 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# go to root
|
||
|
cd `dirname $0`
|
||
|
cd ..
|
||
|
|
||
|
cd release/cca/Whiteout
|
||
|
#cca run ios
|
||
|
cca run android
|