summaryrefslogtreecommitdiff
path: root/home/xyz/.config/myconf/upd_rsync_files
blob: f7e62551bd501aab39d0de3a3a1d95b409af4c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
home/xyz/.bitmonero/wallets
home/xyz/.cache/nsxiv
home/xyz/.config/qBittorrent
home/xyz/.config/qmmp/qmmp.conf
home/xyz/.local/share/qBittorrent
home/xyz/.local/share/sdcv_history
home/xyz/.password-store
home/xyz/archive
home/xyz/documents
home/xyz/music
home/xyz/pictures
home/xyz/programs
home/xyz/test
home/xyz/videos
l kwa">do case $opt in c) tz_from="Asia/Shanghai";; f) tz_from="$(tzselect)";; F) tz_from="$OPTARG";; # one extra ',' at the end will not let `for tz in ...` loop one extra time? t) for i in $(seq "$OPTARG"); do tz_to="$(tzselect),$tz_to" done;; T) tz_to="$OPTARG,$tz_to";; \?) exit 1;; esac done shift $((OPTIND-1))