qemush : fonction list -> ls
This commit is contained in:
parent
165ff284e2
commit
fd8cb0c2c6
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ ${name}: usage:
|
||||||
${name} active - (default behaviour) list active VMs
|
${name} active - (default behaviour) list active VMs
|
||||||
${name} start <VM name> - start a VM
|
${name} start <VM name> - start a VM
|
||||||
${name} watch <VM name> - attach VM screen session
|
${name} watch <VM name> - attach VM screen session
|
||||||
${name} list - list available VMs
|
${name} ls - list available VMs
|
||||||
${name} add <VM name> <template> - add launch script based on template
|
${name} add <VM name> <template> - add launch script based on template
|
||||||
${name} rm <VM name> - delete launch script
|
${name} rm <VM name> - delete launch script
|
||||||
${name} diskls - list available disk images
|
${name} diskls - list available disk images
|
||||||
|
@ -58,7 +58,7 @@ public_active() {
|
||||||
screen -ls
|
screen -ls
|
||||||
}
|
}
|
||||||
|
|
||||||
public_list() {
|
public_ls() {
|
||||||
echo "Available machines:"
|
echo "Available machines:"
|
||||||
ls --color=auto bin
|
ls --color=auto bin
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue