mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -07:00
7 lines
96 B
Bash
Executable file
7 lines
96 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
ip link set dev lo up
|
|
ip addr add 127.0.0.1/8 dev lo
|
|
|
|
exec inotifyd true $(pwd)
|
|
|