Skip to content

Commit f1c7206

Browse files
author
sheeek
committed
Fix ASCII lobster alignment and border
- Properly align lobster within border box - Fix spacing and indentation - All lines now fit within the box - Looks perfect in terminal!
1 parent e0036db commit f1c7206

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

install.sh

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -93,27 +93,27 @@ echo ""
9393
# Clawdbot ASCII Art Lobster (by jgs)
9494
cat << 'LOBSTER'
9595
[0;36m
96-
╔═══════════════════════════════════════════════════════╗
97-
98-
[0;33m Welcome to Clawdbot! 🦞[0;36m ║
99-
100-
[0;31m ,.---._ [0;36m║
101-
[0;31m ,,,, / `, [0;36m║
102-
[0;31m \\\\\\ / '\_ ; [0;36m║
103-
[0;31m |||| /\/``-.__\;' [0;36m║
104-
[0;31m ::::/\/_ [0;36m║
105-
[0;31m {{`-.__.-'(`(^^(^^^(^ 9 `.=========' [0;36m║
106-
[0;31m {{{{{{ { ( ( ( ( (-----:= [0;36m║
107-
[0;31m {{.-'~~'-.(,(,,(,,,(__6_.'=========. [0;36m║
108-
[0;31m ::::\/\ [0;36m║
109-
[0;31m |||| \/\ ,-'/, [0;36m║
110-
[0;31m //// \ `` _/ ; [0;36m║
111-
[0;31m '''' \ ` .' [0;36m║
112-
[0;31m `---' [0;36m║
113-
114-
[0;32m✅ Installation Successful![0;36m
115-
116-
╚═══════════════════════════════════════════════════════╝[0m
96+
════════════════════════════════════════════════════╗
97+
98+
║ [0;33mWelcome to Clawdbot! 🦞[0;36m ║
99+
100+
[0;31m ,.---._ [0;36m║
101+
[0;31m ,,,, / `, [0;36m║
102+
[0;31m \\\\\\ / '\_ ; [0;36m║
103+
[0;31m |||| /\/``-.__\;' [0;36m║
104+
[0;31m ::::/\/_ [0;36m║
105+
[0;31m {{`-.__.-'(`(^^(^^^(^ 9 `.=========' [0;36m║
106+
[0;31m{{{{{{ { ( ( ( ( (-----:= [0;36m║
107+
[0;31m {{.-'~~'-.(,(,,(,,,(__6_.'=========. [0;36m║
108+
[0;31m ::::\/\ [0;36m║
109+
[0;31m |||| \/\ ,-'/, [0;36m║
110+
[0;31m //// \ `` _/ ; [0;36m║
111+
[0;31m '''' \ ` .' [0;36m║
112+
[0;31m `---' [0;36m║
113+
114+
║ [0;32m✅ Installation Successful![0;36m ║
115+
116+
════════════════════════════════════════════════════╝[0m
117117
LOBSTER
118118
echo ""
119119
echo -e "${GREEN}🔒 Security Status:${NC}"

0 commit comments

Comments
 (0)