mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
7 lines
99 B
Bash
Executable file
7 lines
99 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
hostname mcp
|
|
|
|
ifconfig eth0 10.0.0.2 netmask 255.0.0.0
|
|
|
|
exec inotifyd true $(pwd):x
|