X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/25a8dd75ec37a96156798c680db8d3f3466b1c96..fd2e16fc92dd7a33908ceff1e31f03e05a78fda9:/bin/maic diff --git a/bin/maic b/bin/maic index 68e3f80..1385b54 100755 --- a/bin/maic +++ b/bin/maic @@ -1,3 +1,5 @@ #!/usr/bin/env bash -maim -q --select --hidecursor | xclip -selection clipboard -t image/png +set -o pipefail + +maim -q --select --hidecursor "$@" | xclip -selection clipboard -t image/png