container-expire-notifs/enable-expire-notifs.sh

4 lines
187 B
Bash
Raw Normal View History

2024-06-19 01:03:12 -04:00
#!/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