Skip to content

Instantly share code, notes, and snippets.

@nestoru
Last active August 29, 2015 13:58
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 nestoru/10284926 to your computer and use it in GitHub Desktop.
Save nestoru/10284926 to your computer and use it in GitHub Desktop.
curl -O https://gist.githubusercontent.com/nestoru/10284218/raw/89a247253fe244ccde810a98c47070d71ae777ce/installGetHttpStatusCode.sh
chmod +x installGetHttpStatusCode.sh
#use your preferred directory for installation, in thos case /tmp
./installGetHttpStatusCode.sh /tmp
cd /tmp/http-test; java -cp ".:./httpcomponents-client-4.3.3/lib/*" GetHttpStatusCode https://github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment