diff --git a/.bin/notify-pipe b/.bin/notify-pipe index 558da71..4ca5c1a 100755 --- a/.bin/notify-pipe +++ b/.bin/notify-pipe @@ -1,4 +1,4 @@ #!/usr/bin/env bash -read msg -notify-send $msg "$@" +read -r msg +notify-send "$msg" "$@"