#!/bin/bash

source /root/vuls/config/vuls.env

cd ${VULS_DICTIONARY_CTI_DIR}
pwd

go-cti			\
	fetch threat

exit $?

