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