forked from DevFW-CICD/spring-petclinic
4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
cd $(dirname $0)
|
|
PATH="$PWD/node/":$PATH
|
|
node "node/node_modules/npm/bin/npm-cli.js" "$@"
|