summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-11-05 06:19:55 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-11-05 06:19:55 -0500
commit25eaa513966dc6dc5073ae31f0f880a0717e01ee (patch)
tree56f0220647510ae8ec3edbca1508a7de12e2d694 /update.sh
parent34fde012cef47592d09eabc9a9477c4a00bcf3c9 (diff)
removed
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