view paste/paste.11685 @ 4864:fd8900560d51

<mroman_> env x=\'() { :;}; echo vulnerable > foo\' bash -c "echo this is a test"
author HackBot
date Thu, 25 Sep 2014 09:51:39 +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"