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