Skip to content

Instantly share code, notes, and snippets.

@rcnly
rcnly / bootychaser.py
Created April 1, 2014 15:37
bootychaser in python
#!/usr/bin/env python
from os.path import isfile
from sys import argv
from time import sleep
import commands
import select
suffix = argv[1] if len(argv) > 1 else ""