summaryrefslogtreecommitdiffstats
path: root/ship/src/find-supers-tinc
blob: edbb5a7be6c61b96c0303905aacdaa203e0833c7 (plain)
1
2
3
4
5
6
#!/bin/sh
#@include core
#@include retiolum

find_supernodes | cut -d\  -f 1 | shuf | head -n 5 \
  | xargs -n1 printf "ConnectTo=%s\n"