You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
635 B
12 lines
635 B
#!/usr/bin/env bash
|
|
echo "------------------------------------------------------------------------------"
|
|
echo "|~) _ ._ _| _ ._ _ |\ |o._ o _ |~|_|_|"
|
|
echo "|~\(_|| |(_|(_)| | || \||| |_|(_||~| | |<"
|
|
echo "Presenets: sabnzbd-extended"
|
|
echo "------------------------------------------------------------------------------"
|
|
echo "Donate: https://github.com/sponsors/RandomNinjaAtk"
|
|
echo "Project: https://github.com/RandomNinjaAtk/docker-sabnzbd-extended"
|
|
echo "Support: https://github.com/RandomNinjaAtk/docker-sabnzbd-extended/discussions"
|
|
echo "------------------------------------------------------------------------------"
|
|
exit 0
|