21 Aug 2010
$ ( echo haha ; sleep 3 ; kill `ps ax | awk '/sleep 17/ { if ( PROCINFO["pid"] != $1 ) print $1 }'` ) & sleep 17 && kill $!
sleep