aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydra/deploy9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index 6ae0e10..21eafd5 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -28,6 +28,15 @@ if [ -z "$NODES" ]; then
NODES="`hydra $HYDRA nodes`"
fi
+# Banner
+echo '.__ .___ .___ .__ ._.'
+echo '| |__ ___.__. __| _/___________ __| _/____ ______ | | ____ ___.__.| |'
+echo '| | < | |/ __ |\_ __ \__ \ / __ |/ __ \\____ \| | / _ < | || |'
+echo '| Y \___ / /_/ | | | \// __ \_ / /_/ \ ___/| |_> > |_( <_> )___ | \|'
+echo '|___| / ____\____ | |__| (____ / \____ |\___ > __/|____/\____// ____| __'
+echo ' \/\/ \/ \/ \/ \/|__| \/ \/'
+echo ''
+
# Deploy
for node in $NODES; do
if [ -d "$node" ]; then