view bin/echo-p @ 8695:b09f2c5c49dd

<oerjan> ` chmod +x she*; mv she* bin
author HackBot
date Tue, 05 Jul 2016 01:20:24 +0000
parents c1477023c681
children
line wrap: on
line source

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