#! /usr/local/bin/python
import sys

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

import fshd

fshd.main()
