mirror of
https://github.com/kneutron/ansitest.git
synced 2025-02-06 05:08:25 +08:00
5 lines
71 B
Bash
5 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
time VBoxManage modifyhd $1.vdi --resize $2 # size in MB
|
||
|
|