Files
i2p.itoopie/apps/stasher/python/scripts/stasher.py
2004-08-15 13:49:27 +00:00

10 lines
206 B
Python

# wrapper script to run stasher node
# set this to the directory where you've installed stasher
stasherDir = "/path/to/my/stasher/dir"
import sys
sys.path.append(stasherDir)
import stasher
stasher.main()