log bin/ls @ 2568:ab26ba5c759f

age author description
Sun, 31 Mar 2013 20:09:04 +0000 HackBot <oerjan> sed -i \'1s/sh/bash/\' bin/ls
Sun, 31 Mar 2013 20:07:43 +0000 HackBot <oerjan> sed -i \'s/752131/752129/;s/exec/exec -a ls/\' bin/ls
Sun, 31 Mar 2013 19:56:28 +0000 HackBot <oerjan> sed -i \'2s/| grep/2>\\/dev\\/null | grep/\' bin/ls
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