view bin/echo-p @ 11299:0fefbdece7f0

<b_jonas> fetch bin/starwars https://hackego.esolangs.org/get/bin/starwars
author HackBot
date Tue, 02 Jan 2018 17:00:32 +0000
parents c1477023c681
children
line wrap: on
line source

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