mirror of https://github.com/dirtbags/moth.git
8 lines
96 B
Plaintext
8 lines
96 B
Plaintext
|
#! /bin/sh -e
|
||
|
|
||
|
ip link set dev lo up
|
||
|
ip addr add 127.0.0.1/8 dev lo
|
||
|
|
||
|
exec inotifyd true $(pwd)
|
||
|
|