log bin/wisdom @ 8636:32d6c7d06e26

age author description
Tue, 28 Jun 2016 20:33:44 +0000 HackBot <izabera> ` sed -i \'s/(echo "\\$1" | lowercase)/{1,,}/\' bin/wisdom
Sun, 26 Jun 2016 04:38:37 +0000 HackBot <oerjan> sled bin/wisdom//s/ipath/path/
Sun, 26 Jun 2016 04:37:12 +0000 HackBot <oerjan> sled bin/wisdom//s,-name ",-ipath "wisdom/,
Fri, 17 Jun 2016 09:12:30 +0000 HackBot <oerjan> sled bin/wisdom//s/type f/type f -print0/;s/shuf/shuf -z/
Tue, 03 May 2016 23:17:41 +0000 HackBot <shachaf> ` sed -i \'s#/"#//"#\' bin/wisdom
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