mirror of https://github.com/nodejs/node.git
4 lines
63 B
Bash
4 lines
63 B
Bash
|
#!/usr/bin/env sh
|
||
|
env | grep npm | sort | uniq
|
||
|
echo PATH=$PATH
|