istereo
diff pulldata @ 39:ff055bff6a15
copyright statements and stuff
author | John Tsiombikas <nuclear@mutantstargoat.com> |
---|---|
date | Sun, 11 Sep 2011 09:03:18 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pulldata Sun Sep 11 09:03:18 2011 +0300 1.3 @@ -0,0 +1,9 @@ 1.4 +#!/bin/sh 1.5 + 1.6 +rm -f istereo-data.tar.gz 1.7 + 1.8 +if ! wget http://goat.mutantstargoat.com/~nuclear/tmp/istereo-data.tar.gz; then 1.9 + exit 1 1.10 +fi 1.11 + 1.12 +tar xzvf istereo-data.tar.gz