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