6 lines
58 B
Bash
6 lines
58 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
|
||
|
VBoxManage controlvm "$1" poweroff
|
||
|
|