Skip to content

Instantly share code, notes, and snippets.

View efenniht's full-sized avatar

Sanguk Park efenniht

View GitHub Profile
#!python3
import argparse, subprocess, glob, re, collections, os
from subprocess import Popen, PIPE
parser = argparse.ArgumentParser()
parser.add_argument("range", nargs='?', default="hfo2..hfo2")
parser.add_argument("-t", "--trace", action="store_true")
args = parser.parse_args()