view bin/echo-p @ 11468:ff752d36eb0e draft

<fizzie> sled bin/url//s,https://hackego.esolangs.org/,https://hack.esolangs.org/,
author HackEso <hackeso@esolangs.org>
date Sun, 08 Apr 2018 18:18:04 +0100
parents c1477023c681
children
line wrap: on
line source

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