Skip to content

Instantly share code, notes, and snippets.

@ityulkanov
ityulkanov / vhost.py
Created September 6, 2018 14:28 — forked from fideloper/vhost.py
Create vHost Ubuntu Lamp-Server (bash and python)
#! /usr/bin/python
from sys import argv
from os.path import exists
from os import makedirs
from os import symlink
from os import system
import getopt
#