# HG changeset patch # User HackBot # Date 1359757761 0 # Node ID 3ccabf874d2f5ee229fb45a98a5f008a34d54352 # Parent 4217402e7522bf4e7eb43ee852d93f08318d821c echo -e \'#!/bin/sh\\nif [ $(stat -c %i "$1") -eq 752131 ]; then echo \'"\'"\'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.\'"\'"\'; else exec /bin/ls "$@"; fi\' > bin/ls diff -r 4217402e7522 -r 3ccabf874d2f bin/ls --- a/bin/ls Fri Feb 01 22:29:19 2013 +0000 +++ b/bin/ls Fri Feb 01 22:29:21 2013 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -if [ $(stat -c %i "$1") -eq 752131 ]; then echo "As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead."; else exec /bin/ls "$@"; fi +if [ $(stat -c %i "$1") -eq 752131 ]; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try `pastewisdom instead.'; else exec /bin/ls "$@"; fi