You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constcp=require('child_process');constk=cp.spawn('bash');k.stdin.write('\n');k.stdin.write('any command you would ever want in any format');k.stdin.end();
the above will change your life when writing library code where the user gives you an arbitrary command to run.
The text was updated successfully, but these errors were encountered:
To run a generic shell command, do this:
the above will change your life when writing library code where the user gives you an arbitrary command to run.
The text was updated successfully, but these errors were encountered: