Skip to content

Instantly share code, notes, and snippets.

@helb
Created April 5, 2016 14:09
Show Gist options
  • Save helb/07c7bcfb409825a67bc637ca2fbb96e0 to your computer and use it in GitHub Desktop.
Save helb/07c7bcfb409825a67bc637ca2fbb96e0 to your computer and use it in GitHub Desktop.
meteor update all packages
for i in `sed "s/@.*//" .meteor/versions`; do meteor update $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment