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
ced0980d234e5a0a73c32324ed0114b44530f32c
my_scripts
/
bash
/
ghostmirror.sh
T
2 lines
80 B
Bash
Raw
Normal View
History
Unescape
Escape
wraped the variables in quotes in cases there are any spaces in thepath name.
2018-12-13 10:38:32 -08:00
find
"
$1
"
/ -type d -exec mkdir -p
"
$2
"
/
{}
\;
-o -type f -exec touch
"
$2
"
/
{}
\;
;
Reference in New Issue
Copy Permalink