This website requires JavaScript.
Explore
Help
Sign In
jorge
/
my_scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
080007d49faf9f6a1ef3dc7bf65a53bf689a5309
my_scripts
/
bash
/
ghostmirror.sh
T
2 lines
75 B
Bash
Raw
Normal View
History
Unescape
Escape
Added script for mirroring an entire folderstructure with empty files.
2018-12-13 10:16:24 -08:00
find
$1
/ -type d -exec mkdir -p
$2
/
{}
\;
-o -type f -exec touch
$2
/
{}
\;
;
Reference in New Issue
Copy Permalink