#!/bin/bash

source /root/vuls/config/vuls.env

cd ${VULS_DICTIONARY_GOST_DIR}
pwd

gost 				\
	fetch debian

exit $?

