Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 852e7e7689b6036fa49e0256845cc6bd > files > 38

sagator-core-1.2.3-1.fc14.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 -