1 2 3 4 5 6 7
#!/usr/bin/env sh text="$(zbarcam -q -1 --raw)" printf '%s' "$text" | wl-copy echo "$text" notify-send "$text"