1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-20 03:11:04 +00:00

Add shebang lines for easier running on *nix.

This commit is contained in:
Jelmer Vernooij 2014-02-23 18:09:19 +00:00
parent c5aff8f4e3
commit 77d6aa59d7
2 changed files with 2 additions and 0 deletions

1
cli.py
View File

@ -1,3 +1,4 @@
#!/usr/bin/python
# coding: utf-8
import sys, cmd, argparse, getpass, time

View File

@ -1,3 +1,4 @@
#!/usr/bin/python
# coding: utf-8
import config