Error during merge
This commit is contained in:
Executable
+5
@@ -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"/{} \;;
|
||||
Reference in New Issue
Block a user