From 97a1cb3ae199c7b5455dcba0001efd5b4c32040a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 27 Sep 2017 09:32:48 -0400 Subject: new marketing icon --- update.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 update.sh (limited to 'update.sh') 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 -- cgit v1.2.3