view misle/rn @ 10938:09d53ad4fd49

<oerjan> learn `help [<command>] gives HackEgo\'s default help message, or help for a specific command. Or currently possibly some other wisdom.
author HackBot
date Sun, 21 May 2017 00:38:03 +0000
parents ded267d9c0ad
children
line wrap: on
line source

sep="/"; [[ "$0" == *//* ]] && sep="//"; [[ "$1" == ?*"$sep"* ]] || exit 1; key="$(echo "${1%%$sep*}" | lowercase)"; value="${1#*$sep}"; echo "$value" > "$(echo-p "tmflry/$key")" && echo "Was lied to about «$key»"