annotate bin/ls @ 1970:c333e85af6bf

<kmc> echo -e \'#!/bin/sh\\nif /bin/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:51 +0000
parents 54572164f4d4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1961
bd836d16ba84 <oerjan> mv bin/newls bin/ls
HackBot
parents:
diff changeset
1 #!/bin/sh
1970
c333e85af6bf <kmc> echo -e \'#!/bin/sh\\nif /bin/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
HackBot
parents: 1969
diff changeset
2 if /bin/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