diff --git a/distrib/linux/launch-doomsday b/distrib/linux/launch-doomsday new file mode 100644 index 0000000000..b6d70c268a --- /dev/null +++ b/distrib/linux/launch-doomsday @@ -0,0 +1,6 @@ +#!PYTHON +import os, sys +os.chdir('SB_DIR') +sys.path += '.' + +import snowberry