mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 12:00:34 -07:00
5 lines
54 B
Text
5 lines
54 B
Text
|
#! /bin/sh
|
||
|
|
||
|
IP=$(cat ip.txt)
|
||
|
ip addr del $IP dev eth0
|