supports hostname vars

This commit is contained in:
Rodolfo Berrios
2022-10-06 15:31:11 -03:00
parent ddea9a5c62
commit c2b21bb31d
6 changed files with 57 additions and 27 deletions

9
scripts/logo.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
cat <<EOM
__ __
____/ / ___ _ _____ _______ / /____
/ __/ _ \/ -_) |/ / -_) __/ -_) __/ _ \\
\__/_//_/\__/|___/\__/_/ \__/\__/\___/
EOM