From bdd604c37dc1b8cec6e46dcabece276f9f47cc42 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 30 May 2022 22:43:49 +0200 Subject: Added Straw Hat --- teams.dot | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'teams.dot') diff --git a/teams.dot b/teams.dot index 353158f..0844f24 100644 --- a/teams.dot +++ b/teams.dot @@ -61,6 +61,12 @@ digraph teams { "RicercaSec" [href=""]; "binja" [href="https://ctftime.org/team/9083"]; "TokyoWesterns" [href="https://ctftime.org/team/12599"]; + + // Straw Hat + "Nu1L" [href="https://ctftime.org/team/19208"]; + "w&m" [href="https://ctftime.org/team/54666"]; + "Super Rookies" [href=""]; + "" [href=""]; } // primary edges @@ -118,7 +124,12 @@ digraph teams { "RicercaSec" -> "./V /home/r/.bin/tw"; "binja" -> "./V /home/r/.bin/tw"; "TokyoWesterns" -> "./V /home/r/.bin/tw"; - } + // Straw Hat + "Nu1L" -> "Straw Hat"; + "w&m" -> "Straw Hat"; + "Super Rookies" -> "Straw Hat"; + "" -> "Straw Hat"; + } } -- cgit 1.4.1