Quote variable
parent
8a97378bd4
commit
98e15f8412
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
read msg
|
||||
notify-send $msg "$@"
|
||||
read -r msg
|
||||
notify-send "$msg" "$@"
|
||||
|
|
Loading…
Reference in New Issue