view run @ 19:a3385f616b53

Implemented the run shell command command
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Sun, 20 Aug 2006 00:31:33 -0400
parents b34cc91f003d
children 860c891de6bb
line wrap: on
line source

#!/usr/bin/python

import sys

sys.path.insert(0, "")

from vixm import ui

ui.run()