mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-15 03:15:07 -07:00
4 lines
98 B
Bash
Executable file
4 lines
98 B
Bash
Executable file
#! /bin/sh
|
|
|
|
BASE_PATH=/var/lib/ctf/tanks/players; export BASE_PATH
|
|
exec /opt/tanks/bin/design.cgi
|