diff --git a/bash/ghostmirror.sh b/bash/ghostmirror.sh new file mode 100755 index 0000000..c7bc168 --- /dev/null +++ b/bash/ghostmirror.sh @@ -0,0 +1 @@ +find $1/ -type d -exec mkdir -p $2/{} \; -o -type f -exec touch $2/{} \;;