view bin/echo-p @ 8088:3f90926b83c9

<oerjan> learn Sgeolang used to change frequently, but eventually it rusted in place.
author HackBot
date Fri, 20 May 2016 00:47:30 +0000
parents c1477023c681
children
line wrap: on
line source

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