Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
f9dfd3b3
Commit
f9dfd3b3
authored
Nov 27, 2020
by
Lorenz Stechauner
Browse files
World4You shellcheck
parent
94495015
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_world4you.sh
View file @
f9dfd3b3
...
@@ -160,10 +160,10 @@ _login() {
...
@@ -160,10 +160,10 @@ _login() {
_ggrep
()
{
_ggrep
()
{
if
_exists
"ggrep"
;
then
if
_exists
"ggrep"
;
then
ggrep
$@
ggrep
"
$@
"
return
$?
return
$?
else
else
grep
$@
grep
"
$@
"
return
$?
return
$?
fi
fi
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment