mirror of https://github.com/dirtbags/moth.git
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
IP=$(cat ip.txt)
|
||
|
ip addr del $IP dev eth0
|