Add shebang line to python script and make it executable (#124)
This commit is contained in:
parent
c96627f91a
commit
155a95feeb
1 changed files with 2 additions and 0 deletions
2
lib/generate_functions.py
Normal file → Executable file
2
lib/generate_functions.py
Normal file → Executable file
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import re
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue