From 8c71bcecd3dfc57a49e6c146ce0a9ec2ae789b2c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 29 Dec 2020 16:00:56 +0000 Subject: [PATCH] cpio --- lgsm/functions/command_skeleton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_skeleton.sh b/lgsm/functions/command_skeleton.sh index ba1d759d6..d9ab4bbe3 100644 --- a/lgsm/functions/command_skeleton.sh +++ b/lgsm/functions/command_skeleton.sh @@ -9,4 +9,4 @@ fn_print_dots "" check.sh # 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