annotate bin/whoops @ 12121:3d6b560fc682 draft

<fizzie> sled /hackenv/bin/whoq//s|quotes|${HACKENV-/hackenv}/quotes|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 23:13:49 +0000
parents 8ec9cd952dd5
children 5a30f2c8f891
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12076
8ec9cd952dd5 <fizzie> sled /hackenv/bin/whoops//s|wisdom/|$HACKENV/wisdom/|
HackEso <hackeso@esolangs.org>
parents: 9714
diff changeset
1 OLD="$HACKENV/wisdom/$1"; [ -z "$1" ] && OLD="$(lastfiles)"; NEW="${OLD}s"; if [ -f "$NEW" ]; then echo "«${NEW}» already exists"; exit 1; fi; mv "$OLD" "$NEW" && echo "«${OLD}» -> «${NEW}»"