UNPKG

grunt-shell-spawn

Version:
12 lines (9 loc) 212 B
'use strict'; var http = require('http'); http.createServer(function (req, res) { res.writeHead(200, { 'Content-Type': 'text/plain' }); res.write('success'); res.end(); }).listen(1337);