about summary refs log tree commit diff
path: root/teams.dot
diff options
context:
space:
mode:
authorEmile <git@emile.space>2022-05-30 22:35:49 +0200
committerEmile <git@emile.space>2022-05-30 22:35:49 +0200
commit9acaef4005d9149fba9377dc2972cab962c26cc4 (patch)
tree02faae7156c0abda57b3074d236c8fc5e5e2aef4 /teams.dot
parentd67dcd3e58d8e9165d16a072840207a69909425a (diff)
added ./V /home/r/.bin/tw
Diffstat (limited to 'teams.dot')
-rw-r--r--teams.dot12
1 files changed, 12 insertions, 0 deletions
diff --git a/teams.dot b/teams.dot
index 28ca7e2..225928c 100644
--- a/teams.dot
+++ b/teams.dot
@@ -54,6 +54,12 @@ digraph teams {
     // PTB_WTL
     "PwnThyBytes" [href="https://ctftime.org/team/59199"];
     "WreckTheLine" [href="https://ctftime.org/team/57908"];
+
+    // ./V /home/r/.bin/tw 
+    "./Vespiary" [href="https://ctftime.org/team/80092"];
+    "RicercaSec" [href=""];
+    "binja" [href="https://ctftime.org/team/9083"];
+    "TokyoWesterns" [href="https://ctftime.org/team/12599"];
   }
 
   // primary edges
@@ -104,6 +110,12 @@ digraph teams {
     // PTB_WTL
     "PwnThyBytes" -> "PTB_WTL";
     "WreckTheLine" -> "PTB_WTL";
+
+    // ./V /home/r/.bin/tw
+    "./Vespiary" -> "./V /home/r/.bin/tw";
+    "RicercaSec" -> "./V /home/r/.bin/tw";
+    "binja" -> "./V /home/r/.bin/tw";
+    "TokyoWesterns" -> "./V /home/r/.bin/tw";
   }
 
 }