summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-27 09:32:48 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-27 09:32:48 -0400
commit97a1cb3ae199c7b5455dcba0001efd5b4c32040a (patch)
treeb157a0de4a4630daa410dc37a7946551559793ce /update.sh
parent622510799d19fcb71fcd63476736860ec7228033 (diff)
new marketing icon
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100755
index 00000000..6de1e8eb
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,5 @@
+plugins=`cordova plugin list | awk '{print $1}' | grep -v {}`
+for plugin in $plugins
+do
+ echo "Here $plugin"
+done