view bin/echo-p @ 7447:9b19399b51cc

<b_jonas> learn Of this incident we shall never speak again.
author HackBot
date Sun, 17 Apr 2016 22:20:01 +0000
parents c1477023c681
children
line wrap: on
line source

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