changeset 851:553e4a4038d2

<fizzie> run echo -e '#!/bin/sh\necho "I think you mean \"@tell $@\" instead?"' > bin/tell; chmod a+rx bin/tell
author HackBot
date Thu, 15 Nov 2012 08:26:09 +0000
parents 7d8e829b3ecc
children 5eeabaa31cc7
files bin/tell
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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?"