changeset 5382:bdd82732ffb8

<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
author HackBot
date Mon, 01 Jun 2015 23:54:10 +0000
parents 0c7995f7d457
children 04cfea04a492
files bin/wisdom
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/wisdom	Mon Jun 01 23:54:10 2015 +0000
@@ -0,0 +1,1 @@
+N=$(find wisdom -type f | wc -l); F="$(find wisdom -type f | head -n $((RANDOM % N)) | tail -n1)"; echo -n "${F#wisdom/}/"; cat "$F"