Change #! line to modern usage; also chmod +x
This commit is contained in:
parent
7e75c947db
commit
9a4da084d4
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
# Demo program for zlib; it compresses or decompresses files, but *doesn't*
|
||||
# delete the original. This doesn't support all of gzip's options.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/local/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import zlib, sys
|
||||
if len(sys.argv)>1: filename=sys.argv[1]
|
||||
|
|
Loading…
Reference in New Issue