mirror of https://github.com/dirtbags/moth.git
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
PUZZLES=/var/www/puzzles.html
|
||
|
|
||
|
/opt/mcp/bin/puzzles.cgi > $PUZZLES.new && mv $PUZZLES.new $PUZZLES
|