search for: virtdown

Displaying 1 result from an estimated 1 matches for "virtdown".

2011 May 03
5
virtdown script
hello list! I have a small shell script that I wrote that is meant to quickly bring down all of my xen instances in a quick and easy manner. Odd thing is, it does work on the command line. But if I put it into a script this happens: [root at LCENT03:/home/bluethundr/bin] #virtdown > it expects another command to happen. which is odd since all of the text delimiters (" and ') are balanced according to vim. I was wondering if I could have an opinion on why this might be happening. Here's the script: #/bin/bash for i in $(virsh list | grep -v -e Id -e --- -...