view bin/echo-p @ 12379:03d0535e2f9a draft

<int-e> learn Libera is the land of the future. Maybe.
author HackEso <hackeso@esolangs.org>
date Thu, 20 May 2021 22:34:47 +0000
parents c1477023c681
children
line wrap: on
line source

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