How can I hardcode the value while using child_process.spawn. so I don't have to interact with terminal

后端 未结 0 388
抹茶落季
抹茶落季 2021-01-28 15:35

This Below code is use to create new Linux users

const { spawn } = require(\'child_process\')
const {execFile} = require(\'child_process\')
var username = \'vi2t\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题