mirror of
https://github.com/jlengrand/spring-petclinic.git
synced 2026-03-10 08:41:24 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname $0)
|
|
PATH="$PWD/node/":$PATH
|
|
node "node/node_modules/npm/bin/npm-cli.js" "$@"
|