mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -07:00
7 lines
67 B
Text
7 lines
67 B
Text
|
#! /bin/sh -e
|
||
|
|
||
|
ip link set dev eth0 up
|
||
|
|
||
|
exec inotifyd true $(pwd)
|
||
|
|