forked from Worldie-com/pen.el
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapostrophe-logo
More file actions
executable file
·22 lines (16 loc) · 821 Bytes
/
apostrophe-logo
File metadata and controls
executable file
·22 lines (16 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
export TTY
# penelfonts -f dietcola Apostrophe
# The dark blue symbolises fiction
# The dark red seams symbolise reality
IFS= read -r -d '' apo_logo <<'HEREDOC'
/\
_ / | / /
( / | . .-. .-._.. ---/---).--..-._..-. /-. .-.
`/.__|_.' / )( )/ \ / / ( ) / ) / |./.-'_
.:' / | /`-' `-'/ ._)/ / `-' /`-'_.' |(__.'
(__.' `-'/ / /
"It's a little bit like a soliloquy."
HEREDOC
echo
printf -- "%s\n" "$apo_logo" | pen-his -b dblue -f dred