view paste/paste.26175 @ 8083:7f02ba8e8990

<shachaf> learn JIT is just in time compilation.
author HackBot
date Thu, 19 May 2016 07:07:16 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
topic=$(echo "$1" | tr A-Z a-z)
[ -e "wisdom/$topic" ] || { echo "$1? ¯\(°_o)/¯"; exit 1; }
cat "wisdom/$topic"