view bin/echo-p @ 9996:0201ab241151

<tswett_> le//rn tree//You should sometimes (but not always) ignore trees.
author HackBot
date Mon, 19 Dec 2016 02:01:21 +0000
parents c1477023c681
children
line wrap: on
line source

echo "$1"; [[ "$1" == */* ]] && mkdir -p "${1%/*}" 2>/dev/null