mirror of
https://github.com/casjaysdevdocker/ntfy
synced 2026-06-24 02:01:00 -04:00
12 lines
322 B
Bash
12 lines
322 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
# shellcheck shell=sh
|
||
|
|
# shellcheck disable=SC2016
|
||
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
|
set -ex
|
||
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
|
# script run to custom
|
||
|
|
|
||
|
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||
|
|
exit
|
||
|
|
|