Add shebang line for easy symlinking purposes
This commit is contained in:
parent
286e666091
commit
605a7cc5bf
1
normalisename.py
Normal file → Executable file
1
normalisename.py
Normal file → Executable file
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
from sys import argv
|
from sys import argv
|
||||||
from unidecode import unidecode
|
from unidecode import unidecode
|
||||||
from os import rename
|
from os import rename
|
||||||
|
Loading…
Reference in New Issue
Block a user