# HG changeset patch # User pitagora # Date 1415230927 -32400 # Node ID 8a042383d39fe4b4c85cfcd6a66b8443280f3a39 commit diff -r 000000000000 -r 8a042383d39f download_ref.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/download_ref.sh Thu Nov 06 08:42:07 2014 +0900 @@ -0,0 +1,8 @@ +#!/usr/bin/sh +ID=$1 +ID_URL="http://download.pitagora-galaxy.org/data/reference/$ID" +LOG=$2 +cd /disk/reference +wget $ID_URL 2>$LOG +tar xvzf $ID >$LOG +rm $ID diff -r 000000000000 -r 8a042383d39f download_ref.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/download_ref.xml Thu Nov 06 08:42:07 2014 +0900 @@ -0,0 +1,25 @@ + + Data for Pitagora-Galaxy + download_ref.sh $id $log + + + + + + + + + + + + + + + + + + + +**What it does** + +