• File: node-gyp
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 172 bytes
  • MIME-type: text/plain
  • Charset: utf-8
#!/usr/bin/env sh
if [ "x$npm_config_node_gyp" = "x" ]; then
  node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
else
  "$npm_config_node_gyp" "$@"
fi