Files
vuls/docker/fetch.sh
2016-04-20 15:42:14 +02:00

3 lines
83 B
Bash

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