Merge branch 'laptop' of github.com:dopefishh/dotfiles into laptop
[dotfiles.git] / x / .local / bin / network
1 #!/bin/bash
2 netctl list | cut -b 3- | dmenu | ifne xargs -I{}\
3 sudo -A bash -c "netctl switch-to {} && ntpd -qg && hwclock -w"