Browse Source

Add script to generate ggc domain names

lennylxx 7 years ago
parent
commit
53830091b5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/gen-ggc.sh

+ 2 - 0
tools/gen-ggc.sh

@@ -0,0 +1,2 @@
+d=$(dirname $0)
+awk '{print $2}' $d/../data/ggc.txt | xargs -n 1 $d/list-sn-spec.py > ggc-all.txt