@ -1 +1,13 @@
(cd todo && git fetch && git pull && yarn && yarn compile && yarn start)
pwd;
read -p "continue"
git fetch;
git pull;
yarn;
yarn compile;
yarn start;