Error during merge

This commit is contained in:
jorgevasquezp
2019-01-10 18:45:37 -08:00
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
orig_dir=$(pwd)
path=$(dirname $1)
dirname=$(basename $1)
cd $path;
find "$dirname"/ -type d -exec mkdir -p "$2"/{} \; -o -type f -exec touch "$2"/{} \;;