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