@@ -0,0 +1,8 @@
const exec = require('child_process').exec;
exec('pwd', function(err,stdout,stderr) {
if(err) {
console.log('shell is run: '+ stderr);
} else {
console.log(stdout)
}
});
The note is not visible to the blocked user.