-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.sh
More file actions
executable file
·46 lines (35 loc) · 822 Bytes
/
update.sh
File metadata and controls
executable file
·46 lines (35 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#!/bin/sh
##############################
##############################
####
#### This script is for Frontend dev.
####
#### You can change it to
#### meet your colleague's
#### and your needs.
####
##############################
##############################
cd ~/axsem/morgana
echo "##############################"
echo "### Pull Morgana ###"
echo "##############################"
git pull
bower update
npm install
cd ~/axsem/nagini
echo "##############################"
echo "### Pull Nagini ###"
echo "##############################"
git pull
git submodule update
npm run snape:install
npm run snape:build
npm install
cd ~/axsem/snape
echo "##############################"
echo "### Pull Snape ###"
echo "##############################"
git pull
bower update
bower install