allowed python script to run without python command

This commit is contained in:
The-EDev 2020-10-31 20:04:49 +03:00
parent f8aaa756a2
commit 8d848cad18

2
scripts/nginx_mime2cpp.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
#get mime.types file from the nginx repository at nginx/conf/mime.types #get mime.types file from the nginx repository at nginx/conf/mime.types
#typical output filename: mime_types.h #typical output filename: mime_types.h
import sys import sys