Add the "myfiles" recipe

This commit is contained in:
Ribbon 2023-11-05 22:11:34 +00:00
parent a0334f2185
commit 8b8083eb12

View File

@ -0,0 +1,6 @@
[build]
template = "custom"
script = """
mkdir -pv "${COOKBOOK_STAGE}"/home/user
cp -rv "${COOKBOOK_SOURCE}"/* "${COOKBOOK_STAGE}"/home/user
"""