# HG changeset patch # User HackBot # Date 1352967969 0 # Node ID 553e4a4038d2072b37522533fe3a15850647f253 # Parent 7d8e829b3eccf0c90f3b4b5db5e48c63b4a4c20b run echo -e '#!/bin/sh\necho "I think you mean \"@tell $@\" instead?"' > bin/tell; chmod a+rx bin/tell diff -r 7d8e829b3ecc -r 553e4a4038d2 bin/tell --- a/bin/tell Thu Nov 15 08:25:46 2012 +0000 +++ b/bin/tell Thu Nov 15 08:26:09 2012 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -echo "I think you mean @tell instead?" +echo "I think you mean \"@tell $@\" instead?"