Skip to content

Instantly share code, notes, and snippets.

View naffots's full-sized avatar

Christoffer naffots

  • Göteborg Sweden
View GitHub Profile
@naffots
naffots / pyscript.py
Created November 28, 2017 18:08 — forked from nhoffman/pyscript.py
Python script template
#!/usr/bin/env python
"""A simple python script template.
"""
from __future__ import print_function
import os
import sys
import argparse