view bin/echo-p @ 8905:030aee90ead1

<orin> fetch http://orenwatson.be/speliG
author HackBot
date Wed, 10 Aug 2016 20:39:02 +0000
parents c1477023c681
children
line wrap: on
line source

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