mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
adding bash helper scripts
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
CORDOVA_PATH=$( cd "$( dirname "$0" )" && pwd )
|
||||
|
||||
bash $CORDOVA_PATH/cordova emulate
|
||||
Reference in New Issue
Block a user