mirror of
https://github.com/moparisthebest/mail
synced 2025-02-11 04:30:19 -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
|