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