Skip to content

Instantly share code, notes, and snippets.

@ryanmark
Last active August 9, 2016 22:11
Setup or update the voxmedia middleman rig
#!/bin/bash
echo "#!/bin/bash" >/usr/local/bin/setup-vox-middleman
echo 'exec bash -c "$(curl -fsSL https://raw.githubusercontent.com/voxmedia/setup-vox-rig/master/setup-vox-middleman.sh)"' >>/usr/local/bin/setup-vox-middleman
chmod +x /usr/local/bin/setup-vox-middleman
exec /usr/local/bin/setup-vox-middleman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment