mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -07:00
8 lines
183 B
Bash
Executable file
8 lines
183 B
Bash
Executable file
#! /bin/sh
|
|
|
|
[ -f /var/lib/ctf/disabled/badmath ] && exit 0
|
|
|
|
DATA_PATH=/var/lib/badmath
|
|
mkdir -p $DATA_PATH
|
|
|
|
exec envuidgid ctf python3 /usr/lib/ctf/badmath/Gyopi.py --path=$DATA_PATH
|