summaryrefslogtreecommitdiff
path: root/dht/vnet/load-nodes.sh
blob: 3c247c4c7712b93f9c898e7e0fb3e25a74290e8b (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
cmd="$@"
for ep in ep?
do
    ( cd $ep
      ../dht < ../nodes.txt
      )
done