Compare commits

..

1 Commits

Author SHA1 Message Date
akiel 3da587e98c Add "'s to parameers 2020-08-14 16:33:28 +02:00
+1 -1
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
echo $1 $2 $3 $4 $5
rocketchat-notification -u $1 -p $2 -m $3 -s $4 -c $5
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"