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
aa4c6b9209
todo
/
start.sh
15 lines
185 B
Bash
Raw
Normal View
History
Unescape
Escape
hashbang
2021-08-27 11:50:21 -04:00
#!/bin/bash
update scripto
2021-08-27 08:21:56 -04:00
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"