denilsonsa / prettyping

`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.
http://denilsonsa.github.io/prettyping/
MIT License
1.21k stars 78 forks source link

Correct curl link #3

Closed sammcj closed 9 years ago

sammcj commented 9 years ago

Curling the existing URL downloaded the 302 redirection:

prettyping: line 1: syntax error near unexpected token `<'
prettyping: line 1: `<html><body>You are being <a href="https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping">redirected</a>.</body></html>

The correct link to curl is https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping

daGrevis commented 9 years ago

Or one can simply add -L to curl to follow redirects.

curl -OL https://github.com/denilsonsa/prettyping/raw/master/prettyping
frdmn commented 9 years ago

Also a duplicate of #3

denilsonsa commented 9 years ago

Actually, a duplicate of #2. Thanks!