diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 20:28:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-05 20:28:24 +0800 |
commit | 5541379a02b805c6727a0f7d7db050ceb213c6f7 (patch) | |
tree | 3eba6776542d9428fca46ac594f112b47a140d23 /tools | |
parent | be43724460ce9db3bacac44b05dcf2804a2a0a14 (diff) |
update
Diffstat (limited to 'tools')
-rw-r--r-- | tools/init/exit.sh | 2 | ||||
-rwxr-xr-x | tools/init/sync.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/init/exit.sh b/tools/init/exit.sh index dd8710a..3648fa1 100644 --- a/tools/init/exit.sh +++ b/tools/init/exit.sh | |||
@@ -1,3 +1,3 @@ | |||
1 | #! /bin/env bash | 1 | #! /bin/env bash |
2 | 2 | ||
3 | rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ | 3 | rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird/ & |
diff --git a/tools/init/sync.sh b/tools/init/sync.sh index b9e7266..8f23dbe 100755 --- a/tools/init/sync.sh +++ b/tools/init/sync.sh | |||
@@ -15,4 +15,4 @@ check_upstream ~/git/tig || echo in `pwd` >/dev/tty & | |||
15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & | 15 | check_upstream ~/.vim_runtime || echo in `pwd` >/dev/tty & |
16 | 16 | ||
17 | # thunderbird | 17 | # thunderbird |
18 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird/ | 18 | rsync -a pham@topo.tw:~/.thunderbird/ ~/.thunderbird/ & |