mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-03-23 02:14:14 -05:00
10 lines
107 B
Bash
Vendored
10 lines
107 B
Bash
Vendored
#!/bin/bash
|
|
|
|
pause() {
|
|
read -p "Press [Enter] key to exit"
|
|
}
|
|
|
|
cd $(dirname $0)
|
|
|
|
npm install
|
|
npm run start |