Skip to content

Commit

Permalink
Merge pull request #427 from dzikowski/christmas
Browse files Browse the repository at this point in the history
Fablo: Christmas edition
  • Loading branch information
dzikowski authored Dec 21, 2023
2 parents 21c0bb8 + 91d08f9 commit 3aa4587
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions fablo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,19 @@ printSplash() {
darkGray=$'\e[90m'
end=$'\e[0m'
echo ""
echo "┌────── .─. ┌─────. ╷ .────."
echo "│ / \ │ │ │ ╱ ╲ "
echo "├───── / \ ├─────: │ │ │"
echo "│ /───────\ │ │ │ ╲ ╱ "
printf "╵ / \ └─────' └────── '────' %24s\n" "v$FABLO_VERSION"
if [ "$(date +%m%d)" -gt "1215" ]; then
echo "┌────── * ┌─────. ╷ .────."
echo "│ _/_\_ │ │ │ ╱ ╲ "
echo "├───── _/___\_ ├─────: │ │ │"
echo "│ _/_____\_ │ │ │ ╲ ╱ "
printf "╵ |_| └─────' └────── '────' %24s\n" "v$FABLO_VERSION"
else
echo "┌────── .─. ┌─────. ╷ .────."
echo "│ / \ │ │ │ ╱ ╲ "
echo "├───── / \ ├─────: │ │ │"
echo "│ /───────\ │ │ │ ╲ ╱ "
printf "╵ / \ └─────' └────── '────' %24s\n" "v$FABLO_VERSION"
fi
echo "${darkGray}┌┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┐"
echo "│ https://fablo.io | created at SoftwareMill | backed by Hyperledger Foundation│"
echo "└┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┘${end}"
Expand Down

0 comments on commit 3aa4587

Please sign in to comment.