mirror of https://github.com/dirtbags/moth.git
7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
#! /bin/sh -e
|
||
|
|
||
|
ip link set dev eth0 up
|
||
|
|
||
|
exec inotifyd true $(pwd)
|
||
|
|