mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
6 lines
106 B
Text
6 lines
106 B
Text
|
#! /bin/sh
|
||
|
|
||
|
[ -f /var/lib/ctf/disabled/tanks ] && exit 0
|
||
|
|
||
|
exec envuidgid ctf python3 report_score.py 2>&1
|