view bin/whoops @ 12098:8e2e8092500d draft

<fizzie> sled /hackenv/bin/interp//s|exec ibin/|exec $HACKENV/ibin/|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:25:48 +0000
parents 8ec9cd952dd5
children 5a30f2c8f891
line wrap: on
line source

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}»"