Subversion Repositories cheapmusic

Rev

Rev 49 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 98
Line 1... Line 1...
1
if [ -z "$1" ]
1
if [ -z "$1" ]
2
then
2
then
3
    echo "Need http filename"
3
    echo "Need http filename"
4
    exit
4
    exit
5
fi
5
fi
6
wget -O cjpromo.xml --http-user=5264753 --http-passwd=Uyv+iYKD $1
6
wget -O cjpromo.xml --http-user=5264753 --http-passwd=PzY_aU68 $1
7
rc=$?
7
rc=$?
8
 
8
 
9
if [ $rc -ne 0 ]
9
if [ $rc -ne 0 ]
10
 then
10
 then
11
    echo "Could not download $1"
11
    echo "Could not download $1"