mirror of https://github.com/dirtbags/moth.git
9 lines
110 B
Plaintext
9 lines
110 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
exec 2>&1
|
||
|
|
||
|
# Make an initial listing
|
||
|
./puzzled
|
||
|
|
||
|
exec inotifyd ./puzzled /var/lib/ctf/puzzles.db:w
|