We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f2686 commit 924e829Copy full SHA for 924e829
gitio
@@ -43,7 +43,7 @@ optstest() {
43
found=0
44
for arg in "$@"
45
do
46
- if echo $arg | awk -F/ '{print $3}' | grep -Eq "github.com"
+ if echo $arg | cut -d/ -f3 | grep -Eq "github.com"
47
then
48
GHURL=$arg
49
found=1
0 commit comments