Skip to content

Instantly share code, notes, and snippets.

@naveensrinivasan
Created February 28, 2013 21:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naveensrinivasan/5060174 to your computer and use it in GitHub Desktop.
Save naveensrinivasan/5060174 to your computer and use it in GitHub Desktop.
Script to download and extract beta linqpad
#! /bin/sh
curl -O http://download.linqpad.net/preview/LINQPad4.zip
unzip -q -o -d /cygdrive/c/tools/ LINQPad4.zip
rm LINQPad4.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment