Correction : la fonction list affiche les VM disponibles. Ajout : la
fonction active remplace la fonction list
This commit is contained in:
parent
b4921b8686
commit
7db32e1bbf
1 changed files with 6 additions and 1 deletions
|
@ -48,10 +48,15 @@ public_watch() {
|
|||
screen -dr "$1"
|
||||
}
|
||||
|
||||
public_list() {
|
||||
public_active() {
|
||||
screen -ls
|
||||
}
|
||||
|
||||
public_list() {
|
||||
echo "Available machines:"
|
||||
ls --color=auto bin
|
||||
}
|
||||
|
||||
function="$1"
|
||||
shift
|
||||
|
||||
|
|
Loading…
Reference in a new issue