changeset 1969:54572164f4d4

<kmc> echo -e \'#!/bin/sh\\nif ls -id "$@" | grep -q \'^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
author HackBot
date Fri, 01 Feb 2013 22:33:21 +0000
parents 6ca36d2678d3
children c333e85af6bf
files bin/ls
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/ls	Fri Feb 01 22:32:01 2013 +0000
+++ b/bin/ls	Fri Feb 01 22:33:21 2013 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-if [ "$(stat -c %i "$1" 2>/dev/null)" = 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 ls -id "$@" | grep -q ^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