• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# TODO Can this be done inside the .pmdoc?
3# TODO Can we extract $PREFIX from the installer?
4cd /usr/local/bin
5ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
6ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
7