Go to repository

Function chmod

Returns the string for the bash command to run a chmod command. Only working in unix based systems.

chmod({  files: './dist/files', mod: '+x' })

Parameters

Returns string

The bash command string.