annotate bin/WELCOME @ 2320:da776ff681e5

<Jafet> (echo \'#!/bin/sh\'; echo \'a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep " \\| cat\\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }\'; echo \'a $$\') > bin/quine2 && quine2 a b c
author HackBot
date Fri, 01 Mar 2013 02:07:19 +0000
parents c091565553db
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1497
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
1 #!/bin/sh
c091565553db <elliott> revert 1492
HackBot
parents:
diff changeset
2 welcome "$@" | perl -pe '$_ = uc'