#!/bin/bash | |
cd ~/remote-node-modules | |
npm "$1" "$2" "$3" "$4" # assuming we don't need more than 4 parameters max |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#!/bin/bash | |
cd ~/remote-node-modules | |
npm "$1" "$2" "$3" "$4" # assuming we don't need more than 4 parameters max |