#!/bin/bash
ZTDIR=/opt/zerotoaster
cd $ZTDIR
antivir --allfiles --with-alltypes --scan-in-archive --heur-macro --heur-level=3 -rf"$2" "$1"
