#!/bin/bash

source /root/vuls/config/vuls.env

cd ${VULS_DICTIONARY_CVE_DIR}
pwd

go-cve-dictionary	\
	fetchnvd -latest

exit $?

