Browse Source

cpio

pull/3152/head
Daniel Gibbs 5 years ago
parent
commit
8c71bcecd3
  1. 2
      lgsm/functions/command_skeleton.sh

2
lgsm/functions/command_skeleton.sh

@ -9,4 +9,4 @@ fn_print_dots ""
check.sh check.sh
# Find all directorys and create them in the skel directory # Find all directorys and create them in the skel directory
find ${rootdir} -type d -not \( -path ./skel -prune \) find ${rootdir} -type d -not \( -path ./skel -prune \) | cpio -pdvm skel

Loading…
Cancel
Save