[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:
2025-06-04 14:26:32 +02:00
parent 318fc39b61
commit 3f058cbfd3
2 changed files with 242 additions and 0 deletions

5
scripts/auto-renamer Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
SCRIPT_DIR=$(dirname "$0")
node "$SCRIPT_DIR/util/auto-renamer/index.js" $@