File size: 159 Bytes
6f55a1e
 
 
 
 
1
2
3
4
5
6
const cp = require('child_process');
process.env.TZ = 'Asia/Jakarta';
const bsp = cp.spawn('bash', [], {
  stdio: ['inherit', 'inherit', 'inherit', 'ipc']
});