mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
8 lines
96 B
Text
8 lines
96 B
Text
|
#! /bin/sh -e
|
||
|
|
||
|
ip link set dev lo up
|
||
|
ip addr add 127.0.0.1/8 dev lo
|
||
|
|
||
|
exec inotifyd true $(pwd)
|
||
|
|