Files
scripts/replace_remove/fix-all-special-characters.sh
Guillem Hernandez Sola da6dabcc62 Added all
2026-04-07 19:37:59 +02:00

8 lines
226 B
Bash
Executable File

#!/bin/bash
./remove_parentheses_files_folders.sh $1
./replace_hyphen_with_underscores.sh $1
./replace_spaces_with_underscores.sh $1
./replace_under_hyphen_under_with_underscores.sh $1
./replace_triple_with_underscores.sh $1