shell脚本在工作中一般都用来做什么?
shell脚本可以写一些启动,执行,批处理。比如使用jenkins。像springboot项目如果打包成tar,然后像操作tomcat一样启动停止服务,就可以写shell脚本完成。
比如我的开源项目中就用到了shell:
https://github.com/geekidea/spring-boot-assembly/tree/master/src/bin