mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-08 13:00:42 -07:00
5a27122cec
Moved Flagger into ctf.flagd Moved Roshambo stuff into its own directory.
10 lines
217 B
Bash
Executable file
10 lines
217 B
Bash
Executable file
#! /bin/sh
|
|
|
|
[ -f /var/lib/ctf/disabled/badmath ] && exit 0
|
|
|
|
DATA_PATH=
|
|
if $DATA_PATH; then
|
|
mkdir -p $DATA_PATH;
|
|
fi
|
|
|
|
python3.0 Gyopi.py --path=$DATA_PATH --irc=irc.lanl.gov --flagd=ctf1.lanl.gov --channel=#badmath
|