Skip to content

Commit

Permalink
Distrib: Added missing launch-doomsday script template
Browse files Browse the repository at this point in the history
The repository was ignoring 'launch-doomsday'...
  • Loading branch information
skyjake committed Mar 10, 2012
1 parent 65f1fd8 commit 35b49f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distrib/linux/launch-doomsday
@@ -0,0 +1,6 @@
#!PYTHON
import os, sys
os.chdir('SB_DIR')
sys.path += '.'

import snowberry

0 comments on commit 35b49f3

Please sign in to comment.