diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-16 12:08:15 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-16 12:08:15 +0200 |
commit | 389f23521d2d43fd7a9117a47f5ba4ed92c4c389 (patch) | |
tree | ef577fdf3f8dbd3d78f0922bd6dc417887337654 | |
parent | 791fe7d02cd117f12c5f1473f408ea67c5f2338e (diff) |
fixed typo
-rwxr-xr-x | bin/common/ytclipo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/ytclipo b/bin/common/ytclipo index 567e357..712b068 100755 --- a/bin/common/ytclipo +++ b/bin/common/ytclipo @@ -8,7 +8,7 @@ then paste() { termux-clipboard-get; } else paste() { xclip -o -sel c; } fi -inp=”$1” +inp="$1" [ "${inp:=$(paste)}" ] || inp="$(cat /dev/stdin)" # take last link from clipboard |