view bin/rm-p @ 12342:81d80a174588 draft

<int-e> learn The password of the month is juberous.
author HackEso <hackeso@esolangs.org>
date Tue, 01 Sep 2020 02:18:30 +0000
parents 6dd82149bba6
children
line wrap: on
line source

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