Here's a shell script that prints it in nice colors (see attached) > On 20010809.1749, Seth Cohn said ... > > Already on the Euglug wiki, thanks to Rob Hudson! > > http://wiki.euglug.org/index.php/RobHudson > > > > > > --- Cory Petkovsek <[EMAIL PROTECTED]> > wrote: > > > http://lists.debian.org/debian-devel/2001/debian-devel-200107/msg00686.html > > > > > __________________________________________________ > Do You Yahoo!? > Make international calls for as low as $.04/minute with Yahoo! Messenger > http://phonecard.yahoo.com/ > >
B=`tput bold || exit 1` R=`tput setaf 1 || exit 1` D=`tput sgr0 || exit 1` N="" W=$D$B echo $B echo ' '$R'_,met$$$$$gg.'$W echo ' '$R',g$$$$$$$$$$$$$$$P.'$W echo ' '$R',g$$P""'"$W $R"'"""Y$$.".'$W echo ' '$R\'',$$P'\'"$W $R"'`$$$.'$W echo ''$R'`,$$P'"$W $R"',ggs.'"$W $R"'`$$b:'$W echo ' '$R'd$$'\'"$W $R"',$P"'\'"$W $R.$W $R"'$$$'$W echo ' '$R'$$P'"$W $R"'d$'\'"$W $R,$W $R"'$$P'$W echo ' '$R'$$:'"$W $R"'$$.'"$W $R-$W $R"',d$$'\'$W echo ' '$R'$$;'"$W $R"'Y$b._'"$W $R"'_,d$P'\'"$W _, _, $R,"\''`.'$W echo ' '$R'Y$$.'"$W $R"'`.`"Y$$$$P"'\'"$W "'`$$'\'' `$$'\'" $R\`.$W $R,'$W" echo ' '$R'`$$b'"$W $R"'"-.__'"$W "'$$ $$ '$R\`\'$W echo ' '$R'`Y$$b'"$W "'$$ $$ _, _' echo ' '$R'`Y$$.'$W' ,d$$$g$$ ,d$$$b. $$,d$$$b.`$$'\'' g$$$$$b.`$$,d$$b.' echo ' '$R'`$$b.'$W' ,$P'\'' `$$ ,$P'\'' `Y$. $$$'\'' `$$ $$ "'\'' `$$ $$$'\'' `$$' echo ' '$R'`Y$$b.'$W' $$'\'' $$ $$'\'' `$$ $$'\'' $$ $$ ,ggggg$$ $$'\'' $$' echo ' '$R'`"Y$b._'$W' $$ $$ $$ggggg$$ $$ $$ $$ ,$P" $$ $$ $$' echo ' '$R'`""""'$W' $$ ,$$ $$. $$ ,$P $$ $$'\'' ,$$ $$ $$' echo ' `$g. ,$$$ `$$._ _., $$ _,g$P'\'' $$ `$b. ,$$$ $$ $$' echo ' `Y$$P'\''$$. `Y$$$$P'\'',$$$$P"'\'' ,$$. `Y$$P'\''$$.$$. ,$$.' echo $D echo #echo 'Debian GNU/\s testing/unstable \n \l'
