UNPKG

paratrooper

Version:

Deployment CLI for Node on Ubuntu (nginx & upstart) with Git

8 lines (5 loc) 156 B
'use strict'; var path = require('path'); module.exports = function unixPathJoin() { return path.join.apply(path, arguments).replace(path.sep, '/'); };