view bin/whoops @ 12148:5a30f2c8f891 draft

<oerjan> slbd whoops//s,[(],HACKENV$(,
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 02:33:53 +0000
parents 8ec9cd952dd5
children e87bf60ce012
line wrap: on
line source

OLD="$HACKENV/wisdom/$1"; [ -z "$1" ] && OLD="$HACKENV$(lastfiles)"; NEW="${OLD}s"; if [ -f "$NEW" ]; then echo "«${NEW}» already exists"; exit 1; fi; mv "$OLD" "$NEW" && echo "«${OLD}» -> «${NEW}»"