Fix: Trailing and Standardised Multi-line strings
This commit is contained in:
6
cloud.sh
6
cloud.sh
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo """
|
cat <<'EOF'
|
||||||
_ ____ ____ _
|
_ ____ ____ _
|
||||||
/ \__/|/ _ \/ _ \/ \ /|
|
/ \__/|/ _ \/ _ \/ \ /|
|
||||||
| |\/||| / \|| / \|| |\ ||
|
| |\/||| / \|| / \|| |\ ||
|
||||||
@@ -12,6 +12,6 @@ This file is part of < https://github.com/The-MoonTg-project/Moon-Userbot > proj
|
|||||||
and is released under the "GNU v3.0 License Agreement".
|
and is released under the "GNU v3.0 License Agreement".
|
||||||
Please see < https://github.com/The-MoonTg-project/Moon-Userbot/blob/main/LICENSE >
|
Please see < https://github.com/The-MoonTg-project/Moon-Userbot/blob/main/LICENSE >
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
"""
|
EOF
|
||||||
|
|
||||||
gunicorn app:app --daemon && python main.py
|
gunicorn app:app --daemon && python main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user