view bin/echo-p @ 12094:4b7df91b73b2 draft

<fizzie> ` rm \'/hackenv/bin/*\' # this one is just too dangerous
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:21:58 +0000
parents c1477023c681
children
line wrap: on
line source

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