mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 04:51:06 -07:00
6 lines
67 B
Bash
Executable file
6 lines
67 B
Bash
Executable file
#! /bin/sh -e
|
|
|
|
ip link set dev eth0 up
|
|
|
|
exec inotifyd true $(pwd)
|
|
|