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