mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
2896419ba2
* add: NVM * chore: Packager and changelog
6 lines
52 B
Bash
6 lines
52 B
Bash
#!/usr/bin/sh
|
|
|
|
source /etc/profile.d/nvm.sh
|
|
|
|
nvm $@
|