#!/bin/bash
# this is an example script. %2 contains the logfile, %1 is the attachment file to scan

# Bash script:
ZTDIR=/opt/zerotoaster
NVCDIR=/opt/norman/nvc/bin
cd $ZTDIR
$NVCDIR/nvcc -c:1 -lg:1 -l:1 -u -lf:"$2" "$1"
