Add shebang line for easy symlinking purposes
This commit is contained in:
		
							
								
								
									
										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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user