Skip to content

Instantly share code, notes, and snippets.

@markrendle
Created October 7, 2011 12:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markrendle/1270153 to your computer and use it in GitHub Desktop.
Save markrendle/1270153 to your computer and use it in GitHub Desktop.
CoffeeScript compiler on Windows
@echo off
"%PROGRAMFILES%/Node/node.exe" "%PROGRAMFILES%/CoffeeScript/bin/coffee" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment