mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -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)
|
||
|
|