view bin/slashlearn_append @ 12292:d51f2100210c draft

<kspalaiologos> `` cat <<<"asmbf && bfi output.b" > /hackenv/ibin/asmbf
author HackEso <hackeso@esolangs.org>
date Thu, 02 Jan 2020 15:38:21 +0000
parents 652d1c5a24be
children
line wrap: on
line source

sep="//"
[[ "$1" == ?*"$sep"* ]] || exit 1
topic="$(echo "${1%%$sep*}" | lowercase)"
stuff="${1#*$sep}"
perl -i -p -e 's/\n/ /' "${HACKENV-/hackenv}/wisdom/$topic"
echo "$stuff" >>"${HACKENV-/hackenv}/wisdom/$topic"
echo -n "Learned '$topic': "
cat "${HACKENV-/hackenv}/wisdom/$topic"