Skip to content

Instantly share code, notes, and snippets.

@quantenProjects
quantenProjects / 99-wifionice
Last active March 14, 2024 14:26 — forked from hacker-bastl/bahn.sh
NetworkManager WIFIonICE login automation
#!/bin/bash
# this script goes to /etc/NetworkManager/dispatcher.d/
IF=$1
STATUS=$2
case "$2" in
up)
if [ "$CONNECTION_ID" == "WIFIonICE" ]