mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 04:51:06 -07:00
6 lines
85 B
Text
6 lines
85 B
Text
|
#! /bin/sh -e
|
||
|
|
||
|
ifconfig eth0 10.0.0.1 netmask 255.0.0.0
|
||
|
|
||
|
exec inotifyd true $(pwd):x
|