view bin/whoops @ 12134:0d80e14e040e draft

<int-e> ` mv ../wisdom/kspalaiologo{,s}
author HackEso <hackeso@esolangs.org>
date Sun, 17 Nov 2019 16:43:46 +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}»"