view bin/echo-p @ 7509:b3aeda44f9ca

<oerjan> complain Also, Gregor is never here to fix his bots.
author HackBot
date Tue, 19 Apr 2016 23:34:01 +0000
parents c1477023c681
children
line wrap: on
line source

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