view bin/echo-p @ 9073:58b9ee8f97a7

<moon__> le/rn evilipse/ the most obnoxious of evil people, likes to use chmod 000 / -R
author HackBot
date Sun, 25 Sep 2016 20:20:48 +0000
parents c1477023c681
children
line wrap: on
line source

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