Files
my_scripts/bash/ghostmirror.sh
T

2 lines
80 B
Bash
Executable File

find "$1"/ -type d -exec mkdir -p "$2"/{} \; -o -type f -exec touch "$2"/{} \;;