vm (143B)
#!/bin/bash
virsh list --all | awk '!/^$/' | awk 'BEGIN{ORS=" "}(NR>2){if($3 ~ /running|paused|blocked|crashed|dying/){print "["$2"/"$3"]"}}'
Back (Current repo: dotfiles)my dotfiles to make it easy to transfer my settingsTo clone this repository: git clone https://git.viktor1993.net/dotfiles.git |
| Log | Download | Files | Refs |
vm (143B)
#!/bin/bash
virsh list --all | awk '!/^$/' | awk 'BEGIN{ORS=" "}(NR>2){if($3 ~ /running|paused|blocked|crashed|dying/){print "["$2"/"$3"]"}}'