mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 20:41:05 -07:00
6 lines
107 B
Python
Executable file
6 lines
107 B
Python
Executable file
#! /usr/bin/env python3
|
|
|
|
import sys
|
|
sys.path.insert(0, '/usr/lib/ctf')
|
|
import scoreboard
|
|
scoreboard.main()
|