#!/bin/bash

source /root/vuls/config/vuls.env

vuls history					\
	-results-dir	${VULS_RESULTS_DIR}
#	-debug-sql

exit $?

