diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-05 06:19:55 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-11-05 06:19:55 -0500 |
| commit | 25eaa513966dc6dc5073ae31f0f880a0717e01ee (patch) | |
| tree | 56f0220647510ae8ec3edbca1508a7de12e2d694 /update_plugins.sh | |
| parent | 34fde012cef47592d09eabc9a9477c4a00bcf3c9 (diff) | |
removed
Diffstat (limited to 'update_plugins.sh')
| -rwxr-xr-x | update_plugins.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/update_plugins.sh b/update_plugins.sh deleted file mode 100755 index 3b4c7d36..00000000 --- a/update_plugins.sh +++ /dev/null @@ -1,7 +0,0 @@ -cordova plugins | grep -Eo '^[^ ]+' | while read line -do - echo "cordova plugin remove $line" - cordova plugin remove $line - echo "cordova plugin add $line" - cordova plugin add $line -done |
