Skip to content

Instantly share code, notes, and snippets.

@asnair
Created October 29, 2017 01:23
Show Gist options
  • Save asnair/2249418e4810b931fa3cfe644bf354ad to your computer and use it in GitHub Desktop.
Save asnair/2249418e4810b931fa3cfe644bf354ad to your computer and use it in GitHub Desktop.
Stop all running vagrant machines using vagrant halt
vagrant global-status | grep running | colrm 8 | xargs -L 1 -t vagrant halt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment