start.py: add hashbang and make executable.

This commit is contained in:
joo 2017-04-06 13:45:14 +01:00
parent e99d2a4ef5
commit 8eb1cdeee7
1 changed files with 2 additions and 0 deletions

2
start.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import getpass
import sys
from optparse import OptionParser