mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
3 lines
109 B
Bash
Executable File
3 lines
109 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
vagrant status --machine-readable | grep ,state, | cut -d, -f2 | sort | uniq | grep "$1" |