mirror of https://github.com/dirtbags/moth.git
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
#! /bin/sh -e
|
||
|
|
||
|
ifconfig eth0 10.0.0.1 netmask 255.0.0.0
|
||
|
|
||
|
exec inotifyd true $(pwd):x
|