# HG changeset patch # User HackBot # Date 1377980099 0 # Node ID 25cc416c7c90c43d5e0139597d8fe98f1556c61a # Parent ae2389081b20604c4a7cebc00a5e111cb1858dca echo /bin/cat \\$1 dog | tr "\\n" " " > bin/cat diff -r ae2389081b20 -r 25cc416c7c90 bin/cat --- a/bin/cat Sat Aug 31 20:14:21 2013 +0000 +++ b/bin/cat Sat Aug 31 20:14:59 2013 +0000 @@ -1,1 +1,1 @@ -/bin/cat $1 dog +/bin/cat $1 dog \ No newline at end of file