view bin/echo-p @ 12336:fe7072a30baf draft

<shachaf> learn The password of the month is still up for grabs.
author HackEso <hackeso@esolangs.org>
date Fri, 03 Jul 2020 10:20:25 +0000
parents c1477023c681
children
line wrap: on
line source

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