Jeremy Giberson

Results 1 comments of Jeremy Giberson

Here is an updated version that works well. It gets the raw input from the user and passes it to the shell. ```javascript const {spawn} = require('child_process'); const passthru =...