Files
talk/scripts/pree2e.sh
T
2016-12-13 11:29:48 -07:00

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 &