mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 21:11:06 -07:00
11 lines
154 B
Bash
Executable file
11 lines
154 B
Bash
Executable file
#! /bin/sh
|
|
|
|
exec 2>&1
|
|
|
|
# Give everybody a chance to mount
|
|
sleep 5
|
|
|
|
# Make an initial listing
|
|
./puzzled
|
|
|
|
exec inotifyd ./puzzled /var/lib/ctf/puzzles.db:w
|