todo/start.sh

2 lines
73 B
Bash
Raw Normal View History

2021-08-24 00:04:07 -04:00
(cd todo && git fetch && git pull && yarn && yarn compile && yarn start)