أولى سكريبتاتى … سكربت لتحميل حلقات التجويد للدكتور أيمن سويد

    #!/bin/bash
    echo "##########################################################"
    echo "This script was written by Eng/Ashraf Fouda"
    echo "for any errors contact me on "
    echo "Email::: thewyvern3@gmail.com"
    echo "****************** make do3aa for us ********************"
    echo "#########################################################"
    echo "downloading from 1 to 9"

    for i in $(seq 1 9)
    do
    wget -c "http://www.mohdy.info/media/telawa/ayman/ayman_00"$i".wmv"
    done
    #####################
    echo "downloading from 10 to 99"
    for i in $(seq 10 99)
    do
    wget -c "http://www.mohdy.info/media/telawa/ayman/ayman_0"$i".wmv"
    done
    #####################
    echo "downloading form 100 to 114"
    for i in $(seq 100 114)
    do
    wget -c "http://www.mohdy.info/media/telawa/ayman/ayman_"$i".wmv"
    done

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.