#!/usr/bin/env dash text="$(zbarcam -q -1 --raw)" printf '%s' "$text" | wl-copy echo "$text" notify-send "$text"