log bin/ls @ 2302:fea225362dcd

age author description
Wed, 13 Feb 2013 00:17:51 +0000 HackBot <ais523> revert 87c64ef250a0
Fri, 01 Feb 2013 22:33:51 +0000 HackBot <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
Fri, 01 Feb 2013 22:33:21 +0000 HackBot <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
Fri, 01 Feb 2013 22:32:01 +0000 HackBot <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
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