comparison bin/ls @ 1968:6ca36d2678d3

<kmc> echo -e \'#!/bin/sh\\nif [ "$(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\' > bin/ls
author HackBot
date Fri, 01 Feb 2013 22:32:01 +0000
parents 60a61a6efc2b
children 54572164f4d4
comparison
equal deleted inserted replaced
1967:60a61a6efc2b 1968:6ca36d2678d3
1 #!/bin/sh 1 #!/bin/sh
2 if [ "$(stat -c %i "$1" 2>/dev/null)" -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 2 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