pm2/examples/transpilers/echo.coffee
2016-08-07 02:16:13 -07:00

3 lines
61 B
CoffeeScript
Executable File

#!/usr/bin/env coffee
setInterval (-> console.log 'ok'), 500