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