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