annotate bin/whoops @ 12117:bd76992a2fec draft

<fizzie> fetch /hackenv/bin/delquote https://hack.esolangs.org/get/bin/delquote
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 23:08:24 +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}»"