mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -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)
|
|
|