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