blob: 6df40eda864991c161bbfce0889ab7f2673c22ad [file] [log] [blame]
Joe Gregorio266c6442011-02-23 16:08:54 -05001#!/bin/bash
2#
3# Copyright 2011 Google Inc. All Rights Reserved.
4# Author: jcgregorio@google.com (Joe Gregorio)
5#
6# Uploads a training data set to Google Storage to be used by this sample
Joe Gregorio65826f92011-06-03 11:20:29 -04007# application.
8#
9# Usage:
10# setup.sh bucket/object
Joe Gregorio266c6442011-02-23 16:08:54 -050011#
12# Requirements:
13# gsutil - a client application for interacting with Google Storage. It
14# can be downloaded from https://code.google.com/apis/storage/docs/gsutil.html
Joe Gregorio65826f92011-06-03 11:20:29 -040015OBJECT_NAME=$1
16gsutil cp language_id.txt gs://$OBJECT_NAME