mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +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
|