Closed shakna-israel closed 2 years ago
As discussed in #16 this replaces cp with install. Both are stdutils, but install will handle a whole bunch of edgecases, like creating nested folders, ensuring the right permissions on the file, and so on.
cp
install
Thanks shakna-israel for the contribution!
As discussed in #16 this replaces
cp
withinstall
. Both are stdutils, butinstall
will handle a whole bunch of edgecases, like creating nested folders, ensuring the right permissions on the file, and so on.