mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#! /bin/sh
|
|
|
|
ip addr add fd84:b410:3441::ffff/64 dev $1
|
|
ip addr add 10.0.1.254/24 dev $1
|
|
|