Skip to content

Instantly share code, notes, and snippets.

View Filipvds's full-sized avatar

Filip Vanderstappen Filipvds

  • Lucien
  • Antwerpen, Belgium
View GitHub Profile
@Filipvds
Filipvds / vhost.sh
Last active August 29, 2015 13:58 — forked from fideloper/vhost.py
#! /bin/bash
# Run this as sudo!
# I move this file to /usr/local/bin/vhost and run command 'vhost' from anywhere, using sudo.
#
# Show Usage, Output to STDERR
#
function show_usage {
cat <<- _EOF_