factor/cp_dir

5 lines
45 B
Plaintext
Raw Normal View History

#!/bin/sh
mkdir -p `dirname $2`
cp -v $1 $2