Created
May 10, 2016 18:36
-
-
Save igordcsouza/ee44c970bd975b3d2edb7404670743a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
for i in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | |
do | |
url="http://va05-idc.rnp.br/riotransfer/cederj/sistemas_comp/ead05025/Aula_0" | |
aula="/Aula_0" | |
format=".mp4" | |
wget $url$i$aula$i$format | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment