Created
May 16, 2017 13:34
-
-
Save paulmolluzzo/e998785e0ae0e1aba864fa220821911e to your computer and use it in GitHub Desktop.
rm all frozen now deployments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
now ls | grep FROZEN | awk '{print $1}' | xargs now rm -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment