Skip to content

Instantly share code, notes, and snippets.

@safizn
Created February 25, 2019 23:35
Show Gist options
  • Save safizn/7d8b87fa8655b2dee82497bc86381261 to your computer and use it in GitHub Desktop.
Save safizn/7d8b87fa8655b2dee82497bc86381261 to your computer and use it in GitHub Desktop.
Execute file code as if written locally.
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