Skip to content

Instantly share code, notes, and snippets.

@purplefox
Created May 4, 2012 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save purplefox/2594983 to your computer and use it in GitHub Desktop.
Save purplefox/2594983 to your computer and use it in GitHub Desktop.
tim@Ethel:~/wwww$ wget https://github.com/downloads/purplefox/vert.x/vert.x-1.0.beta11.tar.gz
--2012-05-04 15:02:59-- https://github.com/downloads/purplefox/vert.x/vert.x-1.0.beta11.tar.gz
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://cloud.github.com/downloads/purplefox/vert.x/vert.x-1.0.beta11.tar.gz [following]
--2012-05-04 15:03:00-- http://cloud.github.com/downloads/purplefox/vert.x/vert.x-1.0.beta11.tar.gz
Resolving cloud.github.com... 216.137.63.187, 216.137.63.246, 216.137.63.23, ...
Connecting to cloud.github.com|216.137.63.187|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20752147 (20M) [.gz]
Saving to: `vert.x-1.0.beta11.tar.gz'
100%[====================================================================>] 20,752,147 1.05M/s in 19s
2012-05-04 15:03:20 (1.03 MB/s) - `vert.x-1.0.beta11.tar.gz' saved [20752147/20752147]
tim@Ethel:~/wwww$ ls
vert.x-1.0.beta11.tar.gz
tim@Ethel:~/wwww$ tar -zxf vert.x-1.0.beta11.tar.gz
tim@Ethel:~/wwww$ cd vert.x-1.0.beta11/bin
tim@Ethel:~/wwww/vert.x-1.0.beta11/bin$ ls
vertx vertx.bat
tim@Ethel:~/wwww/vert.x-1.0.beta11/bin$ cd ..
tim@Ethel:~/wwww/vert.x-1.0.beta11$ ls
bin client conf docs examples lib LICENSE.txt mods README.md
tim@Ethel:~/wwww/vert.x-1.0.beta11$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment