log bin/wisdom @ 6220:8cdd0c5e47f1

age author description
Mon, 16 Nov 2015 02:53:18 +0000 HackBot <oerjan> mkx bin/wisdom//F="$(find wisdom -name "*$(echo "$1" | lowercase)*" -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl
Mon, 16 Nov 2015 02:52:06 +0000 HackBot <oerjan> mkx bin/wisdom//F="$(find wisdom -name "*""$(echo "$1" | lowercase)""*" -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl
Mon, 16 Nov 2015 02:50:09 +0000 HackBot <oerjan> mkx bin/wisdom//F="$(find wisdom -name "*"$(echo "$1" | lowercase)"*" -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl
Mon, 16 Nov 2015 02:40:16 +0000 HackBot <oerjan> ` sed -i \'s/shuf/grep -v "[A-Z]" | shuf/\' bin/wisdom
Thu, 02 Jul 2015 15:13:01 +0000 HackBot <oerjan> ` sed -i \'s/"$1"/*"$1"*/\' bin/wisdom
Thu, 02 Jul 2015 15:06:48 +0000 HackBot <oerjan> ` sed -i \'s!wisdom!wisdom/"$1"!\' bin/wisdom
Sun, 21 Jun 2015 02:47:59 +0000 HackBot <tswett> revert
Thu, 11 Jun 2015 23:37:34 +0000 HackBot <shachaf> ` echo \'F="$(find wisdom -type f | shuf -n1)"; echo -n "${F#wisdom/}/" | rnooodl; cat "$F" | rnooodl\' > bin/wisdom
Sat, 06 Jun 2015 16:26:51 +0000 HackBot <shachaf> ` sed -i \'s/shuf | head -n1/shuf -n1/\' bin/wisdom
Sat, 06 Jun 2015 16:23:53 +0000 HackBot <shachaf> ` echo \'F="$(find wisdom -type f | shuf | head -n1)"; echo -n "${F#wisdom/}/"; cat "$F"\' > bin/wisdom
Mon, 01 Jun 2015 23:54:10 +0000 HackBot <shachaf> ` echo \'N=$(find wisdom -type f | wc -l); F="$(find wisdom -type f | head -n $((RANDOM % N)) | tail -n1)"; echo -n "${F#wisdom/}/"; cat "$F"\' > bin/wisdom; chmod +x bin/wisdom