3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
vagrant status --machine-readable | grep ,state, | cut -d, -f2 | sort | uniq
|