mirror of https://github.com/dirtbags/moth.git
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
[ -f /var/lib/ctf/disabled/tanks ] && exit 0
|
||
|
|
||
|
exec envuidgid ctf python3 report_score.py 2>&1
|