#237 coffescript executed in cluster mode by default

This commit is contained in:
tknew2 2014-01-10 16:12:47 +01:00
parent 286719a09e
commit e507dc4901
2 changed files with 4 additions and 2 deletions

3
examples/echo.coffee Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env coffee
setInterval (-> console.log 'ok'), 500

View File

@ -3,6 +3,5 @@
".py": "python",
".rb": "ruby",
".php": "php",
".pl" : "perl",
".coffee" : "coffee"
".pl" : "perl"
}