Skip to content

Instantly share code, notes, and snippets.

View artjomaverin's full-sized avatar

Artjom Averin artjomaverin

View GitHub Profile
@artjomaverin
artjomaverin / shrink
Last active November 19, 2018 15:28 — forked from tjarrett/shrink
For minimizing disk size of Centos 7 virtualbox machines for use with vagrant
#!/bin/bash
# Source: http://vstone.eu/reducing-vagrant-box-size/
# Modified by: Jason Yang [jason.yang at mercatustechnologies.com]
function pause() {
read -p "$*"
}
cat - << EOWARNING