Skip to content

Commit

Permalink
Merge pull request #8 from betacaroten/master
Browse files Browse the repository at this point in the history
logo
  • Loading branch information
nohaapav authored Sep 4, 2022
2 parents 541a913 + 2d2e375 commit b38b547
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ if [ "$VERSION" = 'edge' ]; then
fi

# INFO
figlet swarmpit
logo="./logo.txt"
cat "$logo"
echo
titleLog "Welcome to Swarmpit"
log "Version: $VERSION"
log "Branch: $BRANCH"
Expand Down
17 changes: 17 additions & 0 deletions logo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
___________
/ _________ \
/ / \ \
/ / _____ \ \
/ / /\ \ \ \
/ / / \____\ \ \
\ \ \ / / / /
\ \ \/____/ / /
\ \ / /
\ \_________/ /
\___________/
_ _
_____ ____ _ _ __ _ __ ___ _ __ (_) |_
/ __\ \ /\ / / _` | '__| '_ ` _ \| '_ \| | __|
\__ \\ V V / (_| | | | | | | | | |_) | | |_
|___/ \_/\_/ \__,_|_| |_| |_| |_| .__/|_|\__|
|_|

0 comments on commit b38b547

Please sign in to comment.