mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 05:18:32 +08:00
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# install selenium
|
|
../node_modules/selenium-standalone/bin/selenium-standalone install
|
|
|
|
# start the app server
|
|
npm start &
|