view cat @ 5010:e281f5947a6a

<shachaf> ` echo $\'#!/bin/bash\\ntopic=$(echo "$1" | lowercase | cut -d / -f 1)\\n[ -z "$topic" ] && exit 1\\nvalue=$(echo "$1" | cut -d / -f 2-)\\necho "$value" > wisdom/"$topic" && echo "Learned \xc2\xab$topic\xc2\xbb"\' > bin/slashlearn
author HackBot
date Thu, 02 Oct 2014 04:20:56 +0000
parents 1057519b876c
children ee89c35587f0 ba01e19d77d9
line wrap: on
line source

Meow~~