mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
8 lines
97 B
Bash
Executable file
8 lines
97 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
ip link set dev eth0 up
|
|
|
|
ip addr add dev eth0 10.0.0.110/24
|
|
exec sleep 8d
|