view bin/rm-p @ 11615:09915fbf0c3f draft

<oerjan> ` for i in hoat howg howt; do learn "$i"\': See `hoag\'; done
author HackEso <hackeso@esolangs.org>
date Thu, 23 Aug 2018 12:00:14 +0000
parents 6dd82149bba6
children
line wrap: on
line source

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