6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd /usr/local/bin || exit 1
|
||
|
ln -sf ../lib/node_modules/npm/bin/npm-cli.js npm
|
||
|
ln -sf ../lib/node_modules/npm/bin/npx-cli.js npx
|