view echo-p @ 6948:5d30f3d77d3a

<shachaf> le/rn cat elimination/cat elimination is the process of replacing a one-argument `cat` command with the shell operator <
author HackBot
date Wed, 24 Feb 2016 06:06:18 +0000
parents 7cda8a87a7ca
children
line wrap: on
line source

echo "$1"; mkdir -p "$(dirname "$1")" 2>/dev/null