Skip to content
Snippets Groups Projects
Commit 61a6f9c6 authored by Eduardo Klosowski's avatar Eduardo Klosowski
Browse files

Permite alguns caracteres especiais no nome do comando

parent a61e5f82
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -55,7 +55,7 @@ find_conf() {
 
 
read_conf() {
sed -rn 's/^([0-9A-Za-z -_]+):\s*(.+)/\1\t\2/p' "$1"
sed -rn 's/^([0-9A-Za-z -_.,/]+):\s*(.+)/\1\t\2/p' "$1"
}
 
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment