-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtree.sh
executable file
·17 lines (14 loc) · 871 Bytes
/
tree.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/zsh
# Create the banner present in the README.md :)
star="\e[5;33m*\e[0m\e[1;32m"
o="\e[0m\e[1;31mo\e[0m\e[1;32m"
echo -e "
${star}
/.\\
/${o}..\\ _ _ __ _____ _
/..${o}\\ /\\ | | | | / _| / ____| | |
/.${o}..${o}\\ / \\ __| |_ _____ _ __ | |_ ___ | |_ | | ___ __| | ___
/...${o}.\\ / /\\ \\ / _\` \\ \\ / / _ \\ '_ \\| __| / _ \\| _| | | / _ \\ / _\` |/ _ \\
/..${o}....\\ / ____ \\ (_| |\\ V / __/ | | | |_ | (_) | | | |___| (_) | (_| | __/
^^^[_]^^^ /_/ \\_\\__,_| \\_/ \\___|_| |_|\\__| \\___/|_| \\_____\\___/ \\__,_|\\___|
"