mattly / bork

the Bash-Operated Reconciling Kludge
Other
218 stars 29 forks source link

directory: add support for setting ownership and mode #102

Closed jitakirin closed 6 years ago

jitakirin commented 6 years ago

Use install executable instead of mkdir as it already implements all the required features, including idempotency. Like mkdir -p it also creates parent directories as necessary.

Closes #101

mattly commented 6 years ago

Merged via #116. Thanks!