4 lines
187 B
Bash
4 lines
187 B
Bash
|
#!/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
|