Blob Blame History Raw
#!/bin/bash

#wget http://download.moodle.org/langpack/2.0/index.html
#May need to use wget -m and dig it out manually. . .
#grep zip index.html | cut -f5 -d' ' | cut -f5 -d. | cut -f2 -d/ > list
#Then crop the first line.

for i in `cat list`; do
  wget http://download.moodle.org/langpack/2.0/$i.zip
done