Skip to content

Instantly share code, notes, and snippets.

@4ndrej
Created March 14, 2013 10:09
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 4ndrej/5160197 to your computer and use it in GitHub Desktop.
Save 4ndrej/5160197 to your computer and use it in GitHub Desktop.
download updated sublime text 3 beta
#/bin/bash
URL=`curl -s http://www.sublimetext.com/3 | grep id=\"dl_linux_64 | sed -e "s/.*also available as a <a href=\"//g" -e "s/\".*//g"`
wget -nc $URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment