Skip to content

Instantly share code, notes, and snippets.

@hoogenm
Created August 5, 2022 19:04
Show Gist options
  • Save hoogenm/f31dd9669652c04fef0b62e83395b80d to your computer and use it in GitHub Desktop.
Save hoogenm/f31dd9669652c04fef0b62e83395b80d to your computer and use it in GitHub Desktop.
exec for node.js
const exec = (cmd) => console.log(require('child_process').execSync(cmd, { encoding: 'utf-8'}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment