view bin/echo-p @ 8054:8c771ec472f4

<xfix> ` mv gistfile1.txt hw/perl
author HackBot
date Sat, 14 May 2016 16:05:06 +0000
parents c1477023c681
children
line wrap: on
line source

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