mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Change #! line to modern usage; also chmod +x
This commit is contained in:
parent
7e75c947db
commit
9a4da084d4
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue