changeset 3589:25cc416c7c90

<Donger> echo /bin/cat \\$1 dog | tr "\\n" " " > bin/cat
author HackBot
date Sat, 31 Aug 2013 20:14:59 +0000
parents ae2389081b20
children 15e4afd15d20
files bin/cat
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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