The rationale
Because the HR wifi periodically stops giving me internet.
The code
#!/bin/bash
# Reset network manager (for use when connection is poor)
nmcli n off
sleep 1
nmcli n on
Because the HR wifi periodically stops giving me internet.
#!/bin/bash
# Reset network manager (for use when connection is poor)
nmcli n off
sleep 1
nmcli n on