ansitest/VIRTBOX/vb-resize-disk.sh

6 lines
76 B
Bash
Raw Normal View History

2021-04-09 06:10:27 -05:00
#!/bin/bash
2021-04-09 05:46:27 -05:00
date
time VBoxManage modifymedium disk "$1" --resize "$2"
date