Created
March 14, 2013 10:09
-
-
Save 4ndrej/5160197 to your computer and use it in GitHub Desktop.
download updated sublime text 3 beta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/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