summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/update.sh b/update.sh
deleted file mode 100755
index 6de1e8eb..00000000
--- a/update.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-plugins=`cordova plugin list | awk '{print $1}' | grep -v {}`
-for plugin in $plugins
-do
- echo "Here $plugin"
-done