mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-20 23:56:20 +08:00
8 lines
112 B
Bash
8 lines
112 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
PROJECT_PATH=$( cd "$( dirname "$0" )/.." && pwd )
|
|
|
|
bash $PROJECT_PATH/cordova/cordova log
|