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.
37 lines
1.1 KiB
37 lines
1.1 KiB
3 years ago
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -z $1 ]; then
|
||
|
cat << EOF
|
||
|
A modification of the Aperture Science logo from the game
|
||
|
Portal, copied by hand from a screenshot by Jamison Judd
|
||
|
(link below). The modifications I made were to clean it
|
||
|
up to make the spaces between the chevrons more distinct.
|
||
|
|
||
|
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
|