view bin/echo-p @ 7598:c4e28cb2e8e0

<oerjan> ` gcc -x c -o bin/Something wGAUV3ER
author HackBot
date Thu, 28 Apr 2016 22:52:30 +0000
parents c1477023c681
children
line wrap: on
line source

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