view bin/rm-p @ 12156:b256805d9e5c draft

<int-e> complain Nobody likes this.
author HackEso <hackeso@esolangs.org>
date Mon, 18 Nov 2019 10:09:51 +0000
parents 6dd82149bba6
children
line wrap: on
line source

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