Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created July 27, 2013 16:00
Show Gist options
  • Save hampelm/6095257 to your computer and use it in GitHub Desktop.
Save hampelm/6095257 to your computer and use it in GitHub Desktop.
BASE='http://docs.google.com/a/localdata.com/spreadsheet/ccc?output=csv&key=0Aty9maMoYSDFdDFNQk93TjUzc0haeGVjWGtORVAzYlE#gid=';
for SHEET in {1..20}
do
path=$BASE$SHEET
echo $path
# wget -O - $path > test$SHEET.csv
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment