👌 统一 shebang
parent
c9c440f8e6
commit
7ccbb190af
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
###################################################################################
|
||||
# Linux Centos 环境部署脚本
|
||||
# Author: Zhang Peng
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -li
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# 检查脚本输入参数
|
||||
checkInput() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo -e "\n>>>>>>>>> install sdk"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -l
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo -e "\n>>>>>>>>> install springboot"
|
||||
|
||||
|
|
Loading…
Reference in New Issue