better cross platform support

This commit is contained in:
Mathias Buus 2014-10-20 13:56:49 +09:00
parent 359504809b
commit c1dc3e09a8
5 changed files with 22 additions and 10 deletions

3
npm/index.js Normal file
View file

@ -0,0 +1,3 @@
var fs = require('fs')
var path = require('path')
module.exports = fs.readFileSync(path.join(__dirname, 'run.bat'), 'utf-8')