Returns the string for the bash command to run a chmod command. Only working in unix based systems.
chmod({ files: './dist/files', mod: '+x' }) Copy
chmod({ files: './dist/files', mod: '+x' })
The options applied when running the chmod.
The bash command string.
Returns the string for the bash command to run a chmod command. Only working in unix based systems.
Example