# HG changeset patch # User HackBot # Date 1391697398 0 # Node ID 14b11efeb27132c02a7644c6c7244cb69b6ce4f7 # Parent fe01a06109e74483a7886b0df33f361df165f3fe sed -i \'s/969195/790887/\' bin/ls diff -r fe01a06109e7 -r 14b11efeb271 bin/ls --- a/bin/ls Wed Feb 05 23:34:11 2014 +0000 +++ b/bin/ls Thu Feb 06 14:36:38 2014 +0000 @@ -1,2 +1,2 @@ #!/bin/bash -if /bin/ls -id "$@" 2>/dev/null | grep -q ^969195 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf instead.'; else exec -a ls /bin/ls "$@"; fi +if /bin/ls -id "$@" 2>/dev/null | grep -q ^790887 ; then echo 'As the wisdom directory contains many files named after nicks, listing it in public annoys people. Try https://dl.dropboxusercontent.com/u/2023808/wisdom.pdf instead.'; else exec -a ls /bin/ls "$@"; fi