Added all
This commit is contained in:
7
replace_remove/fix-all-special-characters.sh
Executable file
7
replace_remove/fix-all-special-characters.sh
Executable 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
|
||||
Reference in New Issue
Block a user