7 lines
68 B
Bash
7 lines
68 B
Bash
#!/bin/bash
|
|
|
|
function g_startvboxvm {
|
|
VBoxHeadless --startvm $1
|
|
}
|
|
|