Add shebang line for easy symlinking purposes

This commit is contained in:
Kjistóf 2017-05-28 18:52:30 +02:00 committed by Kristóf Tóth
parent 286e666091
commit 605a7cc5bf
1 changed files with 1 additions and 0 deletions

1
normalisename.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
from sys import argv
from unidecode import unidecode
from os import rename