ansitest/VIRTBOX/vb-resize-disk.sh
2021-04-09 06:10:27 -05:00

6 lines
76 B
Bash

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