Skip to content

Instantly share code, notes, and snippets.

@unicolet
Created July 15, 2012 16:44
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 unicolet/3117705 to your computer and use it in GitHub Desktop.
Save unicolet/3117705 to your computer and use it in GitHub Desktop.
Find latest Tomcat 7 version
TOMCAT_VERSION=`wget -O - http://mirror.nohup.it/apache/tomcat/tomcat-7/ | grep v7 | perl links.pl | tail -1 | sed 's/v//' | sed 's/\///'`
wget http://mirror.nohup.it/apache/tomcat/tomcat-7/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment