log bin/ls @ 1967:60a61a6efc2b

age author description
Fri, 01 Feb 2013 22:30:31 +0000 HackBot <kmc> echo -e \'#!/bin/sh\\nif [ "$(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\' > bin/ls
Fri, 01 Feb 2013 22:29:21 +0000 HackBot <kmc> 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
Fri, 01 Feb 2013 22:28:10 +0000 HackBot <kmc> 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
Fri, 01 Feb 2013 21:56:50 +0000 HackBot <oerjan> mv bin/newls bin/ls