Quote variable
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
read msg
|
read -r msg
|
||||||
notify-send $msg "$@"
|
notify-send "$msg" "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user