[Scripts] Add a script to automatically rename files
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
This commit is contained in:
5
scripts/auto-renamer
Executable file
5
scripts/auto-renamer
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
SCRIPT_DIR=$(dirname "$0")
|
||||
|
||||
node "$SCRIPT_DIR/util/auto-renamer/index.js" $@
|
Reference in New Issue
Block a user