Quote variable

This commit is contained in:
2021-12-31 12:48:10 +01:00
parent 8a97378bd4
commit 98e15f8412

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
read msg
notify-send $msg "$@"
read -r msg
notify-send "$msg" "$@"