This website requires JavaScript.
Explore
Help
Register
Sign In
valerie
/
todo
Watch
1
Star
0
Fork
You've already forked todo
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
stable
todo
/
start.sh
15 lines
185 B
Bash
Raw
Permalink
Blame
History
#!/bin/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"
Reference in New Issue
View Git Blame
Copy Permalink