view bin/echo-p @ 7790:4657e59512c4

<hppavilion[1]> mkx bin/blame//echo It was tswett\'s fault! Punish them!
author HackBot
date Fri, 06 May 2016 00:22:42 +0000
parents c1477023c681
children
line wrap: on
line source

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