Added -v flag to cp in doc-cp

master
Mike Gerwitz 2013-06-02 12:19:31 -04:00
parent e9802e8269
commit 63d7297ebc
1 changed files with 1 additions and 1 deletions

View File

@ -41,4 +41,4 @@ dest="$( sstrip "$2" )"
&& ( test -d "$dest" || mkdir -p "$dest" ) \
&& dest="$dest/index.html"
cp "$1" "$dest"
cp -v "$1" "$dest"