diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:42:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-16 08:42:27 +0000 |
commit | 42750d74dc03be5fc10e56f3c534e854680c7d17 (patch) | |
tree | 560c964aefcbf20791f8ab9bce9176088160126b /blinkenlights/blm/get-blms | |
parent | df8f6ea4605606562341adf83cd4fc450490ccb6 (diff) |
added files straight from Yves' sources
svn path=/trunk/externals/unauthorized/; revision=859
Diffstat (limited to 'blinkenlights/blm/get-blms')
-rwxr-xr-x | blinkenlights/blm/get-blms | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/blinkenlights/blm/get-blms b/blinkenlights/blm/get-blms new file mode 100755 index 0000000..3a7702d --- /dev/null +++ b/blinkenlights/blm/get-blms @@ -0,0 +1,7 @@ +#!/bin/bash + +for m in `cat list` +do + mname=${m%.en.html}.blm + wget http://www.blinkenlights.de/blm/$mname +done |