annotate echo-p @ 7227:b1b9a2c7a4f7

<shachaf> mkx bin/makelist//file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done
author HackBot
date Mon, 14 Mar 2016 18:17:22 +0000
parents 7cda8a87a7ca
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6664
7cda8a87a7ca <oerjan> mkx echo-p//echo "$1"; mkdir -p "$(dirname "$1")" 2>/dev/null
HackBot
parents:
diff changeset
1 echo "$1"; mkdir -p "$(dirname "$1")" 2>/dev/null