ansitest/vb-resize-disk.sh
2021-04-09 05:40:41 -05:00

6 lines
76 B
Bash

#1/bin/bash
date
time VBoxManage modifymedium disk "$1" --resize "$2"
date