about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-30 22:43:49 +0200
committerEmile <git@emile.space>2022-05-30 22:43:49 +0200
commitbdd604c37dc1b8cec6e46dcabece276f9f47cc42 (patch)
tree9d19282606a96b02a851d439f920c983e458d6b7 /teams.dot
parent9d3eac5e22d6d6762448dc8c2718ab66cecd7133 (diff)
Added Straw Hat
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot13
1 files changed, 12 insertions, 1 deletions
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=""];
+    "<Experienced independent sailors>" [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";
+    "<Experienced independent sailors>" -> "Straw Hat";
+  }
 }