view bin/echo-p @ 11536:3548980f4b00 draft

<oerjan> qued s,ed bin,wd ../bin,
author HackEso <hackeso@esolangs.org>
date Thu, 26 Apr 2018 22:00:27 +0100
parents c1477023c681
children
line wrap: on
line source

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