forked from CNMan/rime-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.sh
executable file
·34 lines (31 loc) · 1.7 KB
/
update.sh
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
cd ~/githubrepo/rime/rime-data/ && git pull
cd ~/githubrepo/rime/rime-bopomofo/ && git pull
cd ~/githubrepo/rime/rime-cangjie/ && git pull
cd ~/githubrepo/rime/rime-cantonese/ && git pull
cd ~/githubrepo/rime/rime-double-pinyin/ && git pull
cd ~/githubrepo/rime/rime-emoji/ && git pull
cd ~/githubrepo/rime/rime-essay/ && git pull
cd ~/githubrepo/rime/rime-jyutping/ && git pull
cd ~/githubrepo/rime/rime-luna-pinyin/ && git pull
cd ~/githubrepo/rime/rime-pinyin-simp/ && git pull
cd ~/githubrepo/rime/rime-prelude/ && git pull
cd ~/githubrepo/rime/rime-stroke/ && git pull
cd ~/githubrepo/rime/rime-terra-pinyin/ && git pull
cd ~/githubrepo/rime/rime-wubi/ && git pull
cp -f ~/githubrepo/rime/rime-bopomofo/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-cangjie/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-cantonese/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-double-pinyin/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-emoji/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-essay/*.txt ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-jyutping/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-luna-pinyin/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-pinyin-simp/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-prelude/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-stroke/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-terra-pinyin/*.yaml ~/githubrepo/rime/rime-data/
cp -f ~/githubrepo/rime/rime-wubi/*.yaml ~/githubrepo/rime/rime-data/
cd ~/githubrepo/rime/rime-data/
git add .
git commit -m "Sync Pre-Installed Official Schemas"
git push