about summary refs log tree commit diff
path: root/src/main.go
diff options
context:
space:
mode:
authormaride <maride@darknebu.la>2018-08-14 17:28:47 +0200
committermaride <maride@darknebu.la>2018-08-14 17:28:47 +0200
commit6a66ed60af5ba83d3e9c064d41dbd1b7a0f23468 (patch)
tree5c940674cfbcc93b52eb9ed87c78f1236976a859 /src/main.go
parent728e93e07648adb84c83f77687077d18987e0319 (diff)
Add challenges
Diffstat (limited to 'src/main.go')
-rw-r--r--src/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.go b/src/main.go
index 519943a..8ca13a7 100644
--- a/src/main.go
+++ b/src/main.go
@@ -10,8 +10,13 @@ func main() {
 	registerHTTPFlags()
 	registerSessionFlags()
 	registerCredentialsFlags()
+	registerSeedFlags()
 	flag.Parse()
 
+	// Read challenges from file
+	getChallengesFromSeedFile()
+	generateJSONFromChallenges()
+
 	// Run HTTP server
 	log.Fatalln(runHTTPServer())
 }
\ No newline at end of file