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