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