updated check_shell_commands_dash_protections.sh

pull/16/head
Hari Sekhon 2 years ago
parent 16ff7aff83
commit 6a953f8e48

@ -43,6 +43,6 @@ check(){
-e '\.conf:'
}
for cmd in cp mv ln; do
for cmd in cp mv rm ln; do
check "$cmd"
done

Loading…
Cancel
Save