Skip to content

Instantly share code, notes, and snippets.

@Chadtech
Created October 20, 2015 16:32
Show Gist options
  • Save Chadtech/844f7097773fa4837de8 to your computer and use it in GitHub Desktop.
Save Chadtech/844f7097773fa4837de8 to your computer and use it in GitHub Desktop.
cp = require 'child_process'
say = (what) ->
cp.execSync 'say ' + what
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment