Closed TimelyToga closed 3 years ago
According to the discussion here, it should be fine to have a cp -r so that you can have multiple directories.
cp -r
Currently this cp fails to copy the files in subdirectories that you include in the zip, so the function fails to compile.
cp
zip
According to the discussion here, it should be fine to have a
cp -r
so that you can have multiple directories.Currently this
cp
fails to copy the files in subdirectories that you include in thezip
, so the function fails to compile.