annotate bin/quine2 @ 9273:4d88066c879e

<shachaf> ` mkx \'bin/Binary//echo "$@"\'; mkx \'bin/binary//Binary file bin/binary matches\'
author HackBot
date Thu, 13 Oct 2016 22:56:42 +0000
parents f2f65a1fa363
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2418
f2f65a1fa363 <elliott> revert 2416
HackBot
parents:
diff changeset
1 #!/bin/sh
f2f65a1fa363 <elliott> revert 2416
HackBot
parents:
diff changeset
2 a() { p=$(echo -n $(ps -p $1 -oppid | tail -1)); if ps -p $p -ocmd | tail -1 | egrep -q "^sh -c .* \| cat\$"; then ps -p $1 -ocmd | tail -1; else a $p; fi }
f2f65a1fa363 <elliott> revert 2416
HackBot
parents:
diff changeset
3 q=$(a $$); if echo "$q" | grep -q "^bash -c"; then echo "$q" | sed "s/^bash -c/\`run/"; elif echo "$q" | grep -q "^/bin/sh /hackenv/bin/"; then echo "$q" | sed "s,^/bin/sh /hackenv/bin/,\`,"; else echo \`"$q"; fi