Change dir structure

This commit is contained in:
kota kanbe
2016-06-30 17:15:31 +09:00
parent 32d9352048
commit acb0b71f1b
8 changed files with 1 additions and 2 deletions

2
setup/docker/fetch.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i ; done