log bin/wisdom @ 6211:5c2b6913822e

age author description
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