From 4757159e72231c47a2ea215bdfa53934b53a5179 Mon Sep 17 00:00:00 2001 From: Cyber Date: Wed, 19 Jun 2024 05:03:12 +0000 Subject: [PATCH] Start doing the script --- README.md | 1 + enable-expire-notifs.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 README.md create mode 100755 enable-expire-notifs.sh diff --git a/README.md b/README.md new file mode 100644 index 0000000..9bc0b97 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Bringing back container expiration notifs since 2024 \ No newline at end of file diff --git a/enable-expire-notifs.sh b/enable-expire-notifs.sh new file mode 100755 index 0000000..082f590 --- /dev/null +++ b/enable-expire-notifs.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +[ -z "$1" ] && echo "You need to provide your api key fot this thing to work. +It is strongly advised enabling privacy mode (\`/privacy\`) for the time of execution" && exit 1 \ No newline at end of file