6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
curl -H "t: mdadm odroidh2" -d "$1 \
|
|
$2 \
|
|
$3" \
|
|
ntfy.sh/my_secret_channel_name > /dev/null 2>&1
|