Pulled another n bugs
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
# 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()
|
||||
|
Reference in New Issue
Block a user