Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save igordcsouza/ee44c970bd975b3d2edb7404670743a6 to your computer and use it in GitHub Desktop.
Save igordcsouza/ee44c970bd975b3d2edb7404670743a6 to your computer and use it in GitHub Desktop.
#!/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