mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-05 11:30:41 -07:00
Neale Pickett
2532fe5e43
* Octopus changes * Change how things start a little (hopefully cleaner) * Fix bubblebabble bug * other junk, I don't know
8 lines
138 B
Bash
Executable file
8 lines
138 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if ! [ -d /opt/mcp ]; then
|
|
hostname pwnables
|
|
ifconfig eth0 10.1.1.2 netmask 255.0.0.0
|
|
fi
|
|
|
|
exec inotifyd true $(pwd):x
|