Compare commits

..

5 Commits

Author SHA1 Message Date
akiel 3da587e98c Add "'s to parameers 2020-08-14 16:33:28 +02:00
akiel 71e5ac5817 Set sh (again) 2020-08-14 16:25:00 +02:00
akiel bbfd4d87d6 Add back the print line 2020-08-14 16:23:31 +02:00
akiel 0c1fe6ed0b Add the actual rocket.chat notification application 2020-08-14 16:20:11 +02:00
akiel 96cf4f14d8 Change to bash 2020-08-14 16:08:39 +02:00
+2 -1
View File
@@ -1,2 +1,3 @@
#!/usr/bin/env bash
#!/usr/bin/env sh
echo $1 $2 $3 $4 $5
rocketchat-notification -u "$1" -p "$2" -m "$3" -s "$4" -c "$5"