# HG changeset patch # User HackBot # Date 1359757690 0 # Node ID 33abbf30ba67ee6cd25ca15f1df5d9b8ac96f25b # Parent e3983f98883ec45633b71de92258906d68f7489a 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 e3983f98883e -r 33abbf30ba67 bin/ls --- a/bin/ls Fri Feb 01 22:04:31 2013 +0000 +++ b/bin/ls Fri Feb 01 22:28:10 2013 +0000 @@ -1,5 +1,2 @@ #!/bin/sh -if [ "$1" = wisdom -o "$1" = wisdom/ ]; -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