mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
allowed python script to run without python command
This commit is contained in:
parent
f8aaa756a2
commit
8d848cad18
2
scripts/nginx_mime2cpp.py
Normal file → Executable file
2
scripts/nginx_mime2cpp.py
Normal file → Executable 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
|
||||||
|
Loading…
Reference in New Issue
Block a user