This script automatically fixes any file name errors to ensure all files are named correctly. Use with caution, as I have not yet tested it much
		
			
				
	
	
		
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			88 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| SCRIPT_DIR=$(dirname "$0")
 | |
| 
 | |
| node "$SCRIPT_DIR/util/auto-renamer/index.js" $@
 |