view bin/rm-p @ 12079:4d774b7cc20a draft

<fizzie> sled /hackenv/bin/footnote//s|wisdom/|$HACKENV/wisdom/|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 21:58:35 +0000
parents 6dd82149bba6
children
line wrap: on
line source

rm "$1" && { rmdir -p "$(dirname "$1")" 2>/dev/null; exit 0; }