diff options
Diffstat (limited to 'home/.local/bin/wqr')
| -rwxr-xr-x | home/.local/bin/wqr | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/home/.local/bin/wqr b/home/.local/bin/wqr deleted file mode 100755 index 254f992..0000000 --- a/home/.local/bin/wqr +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env sh - -if [ -z "$1" ]; then - text=$(wl-paste) -elif [ "$1" = "-" ]; then - read -r text -else - text="$1" -fi - -printf '%s' "$text" | qrencode -t PNG -o - | imv - |
