1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 13:00:42 -07:00
moth/scoreboard.cgi

7 lines
107 B
Text
Raw Normal View History

2009-09-29 15:36:25 -06:00
#! /usr/bin/env python3
2009-09-29 15:36:25 -06:00
import sys
sys.path.insert(0, '/usr/lib/ctf')
import scoreboard
scoreboard.main()