Added script for mirroring an entire folderstructure with empty files.
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
|||||||
|
find $1/ -type d -exec mkdir -p $2/{} \; -o -type f -exec touch $2/{} \;;
|
||||||
Reference in New Issue
Block a user