Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mandatoryhashtags/2c2849d98ba4e4508acd7360a246a9e0 to your computer and use it in GitHub Desktop.
Save mandatoryhashtags/2c2849d98ba4e4508acd7360a246a9e0 to your computer and use it in GitHub Desktop.
This gist is cycle through sites and do a warden shut down. Place in Sites/
#!/bin/bash
for d in ./*/ ; do (cd "$d" && warden sync stop && warden env down && echo "done in $d");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment