mirror of
https://github.com/casjaysdevdocker/ntfy
synced 2025-01-18 12:34:39 -05:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
# shellcheck shell=sh
|
||
|
# shellcheck disable=SC2016
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
set -ex
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
# script run to post
|
||
|
|
||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
exit
|
||
|
|