Files
vuls/setup/docker/fetch.sh
2016-06-30 17:15:31 +09:00

3 lines
83 B
Bash

#!/bin/bash
for i in {2002..2016}; do go-cve-dictionary fetchnvd -years $i ; done