# shell_scripts **Repository Path**: hankchan/shell_scripts ## Basic Information - **Project Name**: shell_scripts - **Description**: 一些常用的Shell脚本 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #shell_scripts 分享一些常用的Linux Shell脚本 ### 1. jdk8_install.sh Linux下JDK 1.8.0_141 安装脚本,已在CentOS及Ubuntu下测试可用 默认jdk安装路径为`/usr/lib/jvm/jdk1.8.0_141` ### 2. tomcat_install.sh Linux下Tomcat 8.5.16 安装脚本,已在CentOS及Ubuntu下测试可用 默认tomcat安装路径为`/usr/local/tomcat`