view bin/echo-p @ 9017:df85822b9f4e

<shachaf> slwd oerjan//s#reanimate#helpful#
author HackBot
date Tue, 06 Sep 2016 06:47:48 +0000
parents c1477023c681
children
line wrap: on
line source

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