#!/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