nx/scripts/chmod.js
2021-01-06 15:47:18 -05:00

4 lines
71 B
JavaScript

const shell = require('shelljs');
shell.chmod('+x', process.argv[2]);