moth/packages/p2client/service/eth0/run

9 lines
97 B
Plaintext
Raw Normal View History

2012-06-09 14:42:46 -06:00
#! /bin/sh
exec 2>&1
ip link set dev eth0 up
2012-12-18 10:15:08 -07:00
ip addr add dev eth0 10.0.0.110/24
exec sleep 8d