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