mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
9 lines
139 B
Bash
Executable file
9 lines
139 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# Work around busybox bug
|
|
chmod a+r /dev/urandom
|
|
|
|
mkdir -p /var/tmp/wopr
|
|
chown ctf /var/tmp/wopr
|
|
|
|
exec inotifyd /bin/true $PWD
|