#! /usr/bin/python
import sys

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

import fshd

fshd.main()
