Commit bdc7d29d authored by Danil Mikhailov's avatar Danil Mikhailov

Added simple test

parent 8f13dcad
#!/bin/sh
EGET=../eget
test(){
echo "Download $1"
$EGET $1
file $(basename $1)
rm -rf $(basename $1)
}
test ftp://updates.etersoft.ru/pub/people/danil/Victor.jpg
test ftp://ftp.altlinux.ru/pub/docs/Heap/favicon.ico
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment