4 lines
71 B
JavaScript
4 lines
71 B
JavaScript
const shell = require('shelljs');
|
|
|
|
shell.chmod('+x', process.argv[2]);
|