view bin/echo-p @ 9303:6ff2e84d29a8

<oerjan> learn A corkscrew is a downwards spiral of doom. See mapole.
author HackBot
date Mon, 17 Oct 2016 00:04:46 +0000
parents c1477023c681
children
line wrap: on
line source

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