Quote variable

master
Hektor Misplon 2021-12-31 12:48:10 +01:00
parent 8a97378bd4
commit 98e15f8412
1 changed files with 2 additions and 2 deletions

View File

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