1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-29 08:40:37 +02:00

Merge pull request #741 from aaether32323/executable_release_py

Fix shebang for release.py and make it executable
This commit is contained in:
cyian-1756
2018-06-25 00:01:54 -04:00
committed by GitHub

2
release.py Normal file → Executable file
View File

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import re