mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-06 12:00:34 -07:00
5 lines
111 B
Bash
Executable file
5 lines
111 B
Bash
Executable file
#! /bin/sh
|
|
|
|
PUZZLES=/var/www/puzzles.html
|
|
|
|
/opt/mcp/bin/puzzles.cgi > $PUZZLES.new && mv $PUZZLES.new $PUZZLES
|