Mercurial > repo
view bin/slashlearn_append @ 12531:e620802431cc draft default tip
<b_jonas> `` [[ 12529 == $(hg log --removed -l 1 -T "{rev}" /hackenv/wisdom/password) ]] && learn password \'The password of the month is consider us expert everything street.\'
author | HackEso <hackeso@esolangs.org> |
---|---|
date | Wed, 01 Oct 2025 09:42:50 +0100 |
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"