update readme

This commit is contained in:
akaishi takeshi
2017-01-18 14:34:23 +09:00
parent 8fe34c8474
commit b13e7b9da4
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ NVDから脆弱性データベースを取得する。
```bash
$ cd $HOME
$ for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i; done
$ for i in `seq 2002 $(date +"%Y")`; do go-cve-dictionary fetchnvd -years $i; done
... snip ...
$ ls -alh cve.sqlite3
-rw-r--r-- 1 ec2-user ec2-user 7.0M Mar 24 13:20 cve.sqlite3