2 lines
42 B
Bash
Executable file
2 lines
42 B
Bash
Executable file
#!/bin/bash
|
|
vboxmanage controlvm $1 reset
|