Skip to content

Instantly share code, notes, and snippets.

View jam's full-sized avatar

James Clarke jam

View GitHub Profile
@jam
jam / psh.py
Created June 13, 2012 17:51
A moderately ugly interactive shell script for the Plex framework
#! /usr/bin/env python
__version__ = '0.1a1'
__script_exts__ = ['pscript', 'py']
import os
import sys
import traceback
import cmd
import readline