view bin/echo-p @ 12300:a20d4132c6b4 draft

<oerjan> le/rn_append zemhill//See http://zem.fi/bfjoust/ for more information.
author HackEso <hackeso@esolangs.org>
date Tue, 07 Jan 2020 07:35:11 +0000
parents c1477023c681
children
line wrap: on
line source

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