Skip to content

Instantly share code, notes, and snippets.

@quantenProjects
quantenProjects / 99-wifionice
Last active May 25, 2026 11:30 — 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" ]