]> gitweb.factorcode.org Git - factor.git/blob - cp_dir
Fix typos
[factor.git] / cp_dir
1 #!/bin/sh
2
3 mkdir -p `dirname $2`
4 cp $1 $2