commit 4757159e72231c47a2ea215bdfa53934b53a5179 Author: Cyber Date: Wed Jun 19 05:03:12 2024 +0000 Start doing the script 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