summaryrefslogtreecommitdiff
path: root/etc/NetworkManager
AgeCommit message (Expand)Author
2023-02-04use arch wiki example to fix issue of need nmcli wifi on when unplug ethernet...Xiao Pan
2022-02-21new sbar update network and vpn status, qrcp use ethernet as interfacexyz
2022-02-20networkmangaer dispatcher script, make ethernet and wifi mutually exclusivexyz
2021-12-26mdnsxyz
n>t:T: opt; 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))