1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/sh4pwn/skeleton/service/lo/run

8 lines
96 B
Text
Raw Normal View History

2011-10-11 15:38:34 -06:00
#! /bin/sh -e
ip link set dev lo up
ip addr add 127.0.0.1/8 dev lo
exec inotifyd true $(pwd)