Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 2cbe5d323185891f04aff0fd0e6df728 > files > 38

sagator-core-1.2.3-1.fc13.noarch.rpm

#!/bin/sh

DIR=`dirname $0`/tmp
mkdir -p $DIR
cd $DIR
for fn in Eicar test.zip test.rar rtest.zip; do
  if [ ! -f "$fn" ]; then
    wget -O $fn http://www.salstar.sk/sagator/testfiles/$fn
  fi
done
cd -