view bin/rm-p @ 11800:22698dc356fe draft

<gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:40:29 +0000
parents 6dd82149bba6
children
line wrap: on
line source

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