fixed art

This commit is contained in:
alvinlollo
2025-01-30 03:00:20 +00:00
parent 4411cec02a
commit dc90c567c4
+5 -3
View File
@@ -1,9 +1,9 @@
#!/usr/bin/bash #!/usr/bin/bash
# Fail on any command. clear
set -eux pipefail echo -e "\e[0m\c"
# art is cool man # shellcheck disable=SC2016
echo ' echo '
____ _ _ _ _ _ ____ _ _ _ _ _
| __ ) _ _ __ _| |_ _(_)_ __ | | ___ | | | ___ | __ ) _ _ __ _| |_ _(_)_ __ | | ___ | | | ___
@@ -14,6 +14,8 @@ echo '
--------------- Single Download script --------------- --------------- Single Download script ---------------
' '
# Fail on any command.
set -eux pipefail
# Install prequisites # Install prequisites
sudo apt update sudo apt update