changeset 6672:ec92ad574a07

<oerjan> mkx bin/rm-p//rm "$1"; rmdir -p "$(dirname "$1")"
author HackBot
date Tue, 09 Feb 2016 01:32:27 +0000
parents c7feb499c53d
children badf617ffdda
files bin/rm-p
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/rm-p	Tue Feb 09 01:32:27 2016 +0000
@@ -0,0 +1,1 @@
+rm "$1"; rmdir -p "$(dirname "$1")"