-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Can you use it or do I use it in the wrong way?
ssh.exec('rm -r', {
args: [remotes.scriptPath],
err: (err) => console.log('removeOldScript', err),
out: (res) => console.log('removeOldScript', res),
}).exec('mkdir -p', {
args: [remotes.scriptPath],
err: (err) => console.log('removeOldScript mkdir', err),
out: (res) => console.log('removeOldScript mkdir', res),
}).start()Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
