Start doing the script

This commit is contained in:
Cyber 2024-06-19 05:03:12 +00:00
commit 4757159e72
2 changed files with 5 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Bringing back container expiration notifs since 2024

4
enable-expire-notifs.sh Executable file
View File

@ -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