Created
February 25, 2019 23:35
-
-
Save safizn/7d8b87fa8655b2dee82497bc86381261 to your computer and use it in GitHub Desktop.
Execute file code as if written locally.
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
const include = (file) => { eval(filesystem.readFileSync(file) + '') } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment