# HG changeset patch # User HackBot # Date 1355511121 0 # Node ID fa610fc4d4bf309818f0b02cb516e99f326bbf91 # Parent b73baf16f3be0ae602a07c6438cee9ea1b699fd8 mv ibin/"?" bin diff -r b73baf16f3be -r fa610fc4d4bf bin/? --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/? Fri Dec 14 18:52:01 2012 +0000 @@ -0,0 +1,5 @@ +#!/bin/sh +topic=$(echo "$1" | tr A-Z a-z) +[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; } +cat "wisdom/$topic" + diff -r b73baf16f3be -r fa610fc4d4bf ibin/? --- a/ibin/? Fri Dec 14 18:51:28 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -#!/bin/sh -topic=$(echo "$1" | tr A-Z a-z) -[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; } -cat "wisdom/$topic" -