diff options
Diffstat (limited to 'dot_local/bin/executable_togreta')
| -rwxr-xr-x | dot_local/bin/executable_togreta | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dot_local/bin/executable_togreta b/dot_local/bin/executable_togreta index d452a2e..9a189f9 100755 --- a/dot_local/bin/executable_togreta +++ b/dot_local/bin/executable_togreta @@ -1,11 +1,11 @@ #!/usr/bin/env sh if [ -z "$1" ]; then - url=$(wl-paste) + url=$(wl-paste) elif [ "$1" = "-" ]; then - read -r url + read -r url else - url="$1" + url="$1" fi # shellcheck disable=SC2029 |
