#!/bin/bash

source /root/vuls/config/vuls.env

cd ${VULS_DICTIONARY_KEV_DIR}
pwd

go-kev			\
	fetch kevuln

exit $?

