factor/cp_dir

5 lines
42 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
mkdir -p `dirname $2`
2006-05-20 16:42:33 -04:00
cp $1 $2