mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 21:11:06 -07:00
Neale Pickett
2532fe5e43
* Octopus changes * Change how things start a little (hopefully cleaner) * Fix bubblebabble bug * other junk, I don't know
10 lines
168 B
Bash
Executable file
10 lines
168 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
install -o ctf -m 0644 /dev/null /var/lib/ctf/puzzles.db
|
|
|
|
# Make an initial listing
|
|
./puzzled
|
|
|
|
exec inotifyd ./puzzled /var/lib/ctf/puzzles.db:w
|