moth/packages/mcp/service/eth0/run

9 lines
131 B
Plaintext
Raw Normal View History

2010-09-23 18:23:00 -06:00
#! /bin/sh -e
hostname mcp
2010-10-29 00:07:03 -06:00
ifconfig eth0 10.0.0.2 netmask 255.255.0.0
2010-10-29 21:47:10 -06:00
route add default gw 10.0.0.1
2010-09-23 18:23:00 -06:00
exec inotifyd true $(pwd):x