todo/start.sh

14 lines
173 B
Bash

pwd;
read -p "continue"
git fetch;
read -p "continue"
git pull;
read -p "continue"
yarn;
read -p "continue"
yarn compile;
read -p "continue"
yarn start;
read -p "continue"