Skip to content
Snippets Groups Projects
Commit 3c099901 authored by Brian Peiris's avatar Brian Peiris
Browse files

add shell script to run bot

parent 47494d86
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env sh
script_directory=$(dirname "$0")
script_directory=$(realpath "$script_directory")
cd $script_directory/..
# yarn build
# yarn serve --ssl --port 8080
yarn
yarn start &
node scripts/run-bot.js
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment