mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-09 05:20:54 -07:00
9 lines
184 B
Text
9 lines
184 B
Text
|
#! /bin/sh
|
||
|
|
||
|
[ -f /var/lib/ctf/disabled/badmath ] && exit 0
|
||
|
|
||
|
DATA_PATH=/var/lib/badmath
|
||
|
mkdir -p $DATA_PATH
|
||
|
|
||
|
exec envuidgid ctf python3.0 usr/lib/ctf/badmath/Gyopi.py --data=$DATA_PATH
|