You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
#!/bin/bash
|
|
|
|
if [ ! -z $1 ]; then
|
|
cat << EOF
|
|
The Aperture Science logo from the game Portal, copied
|
|
by hand from a screenshot, by Jamison Judd (link below)
|
|
I modified the ASCII text to clean up the dividers
|
|
between the chevrons and changed a few other symbols
|
|
to look less bland or rigid.
|
|
|
|
http://archive.jamisonjudd.com/aperture-science-logo/
|
|
EOF
|
|
exit 0
|
|
fi
|
|
|
|
cat << EOF
|
|
.,-:;//;:=,
|
|
. :H@@@MM@M#H/ ,+%;,
|
|
,/X+ +M@@M@MM%/ %HMMM@X/,
|
|
-+@MM; %M@@MH+ XMMMM@MMMM@+-
|
|
;@M@@M/ XM@X;. +XXXXXHHH@M@M#@/.
|
|
%MM@@MH @%= _,_.,_.._.
|
|
#@@@MX. -%HX#$%%%:;
|
|
=- @M@M$ .;@MMMM@MM:
|
|
X@\ @MM/ +MM@@@M$
|
|
,@M@H: @: X#@@@@-
|
|
,@@@MMX /H @M@M=
|
|
.H@@@@M@+ %MM+ %#$.
|
|
/MMMM@MMH/. XM@MH ;
|
|
#%+%%XHH@$= , .H@@@@MX
|
|
..__.,,__._,. -%H ,@@@@@MX,
|
|
.%MM@@@HHHXX&#$%+ .:#MMX =M@@MM%.
|
|
=XMMM@MM@MM#H; +HMM@M+ /MMMX=
|
|
=%@M@M#@$ &@MM@@@M; %M%=
|
|
,:+$+- H#MMMMMMM@/ =,
|
|
++%%%%+/:-.
|
|
EOF
|