#!/bin/bash

source /root/vuls/config/vuls.env

cd ${VULS_DICTIONARY_MSFDB_DIR}
pwd

go-msfdb		\
	fetch msfdb

exit $?

