view bin/echo-p @ 8753:8c43a2d07d89

<oerjan> learn te/sting is important.
author HackBot
date Wed, 06 Jul 2016 01:02:54 +0000
parents c1477023c681
children
line wrap: on
line source

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