Added all

This commit is contained in:
Guillem Hernandez Sola
2026-04-07 19:37:59 +02:00
commit da6dabcc62
42 changed files with 1959 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/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