Skip to content

Commit

Permalink
terminate_all: Forget 5 at a time, kill all in single invocation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed May 5, 2011
1 parent e741d33 commit 5f051e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminate_all.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

# Archiving the command I used to tell euc to nuke all instances, jic it's useful
python `which euca-describe-instances` |grep i-|cut -f2|xargs -n5 python `which euca-terminate-instances`
python `which euca-describe-instances` |grep i-|cut -f2|xargs python `which euca-terminate-instances`

0 comments on commit 5f051e5

Please sign in to comment.