Skip to content

Instantly share code, notes, and snippets.

@bnchdrff
Forked from hampelm/gist:6095257
Last active December 20, 2015 07:39
Show Gist options
  • Save bnchdrff/6095293 to your computer and use it in GitHub Desktop.
Save bnchdrff/6095293 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
/usr/bin/wget -O test$SHEET.csv "$PATH"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment