#! /usr/bin/python
import sys

sys.path.insert(0, "/opt/local/share/fsh")

import fsh

fsh.main()
