115 BJavaScriptView Raw
1#!/usr/bin/env node
2'use strict'
3var inInstall = require('./index.js').inInstall
4process.exit(inInstall() ? 1 : 0)