blob: b0d5dae2c594119e47f02915f8c5d1c22b5982be [file] [log] [blame]
#!/usr/bin/env node
'use strict'
var inInstall = require('./index.js').inInstall
process.exit(inInstall() ? 1 : 0)