view bin/echo-p @ 9974:739a547c2541

<oerjan> undo 9971
author HackBot
date Thu, 15 Dec 2016 01:25:05 +0000
parents c1477023c681
children
line wrap: on
line source

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