mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -07:00
5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
#! /bin/sh
|
|
|
|
[ -f /var/lib/ctf/disabled/tanks ] && exit 0
|
|
|
|
exec envuidgid ctf python3 report_score.py 2>&1
|