👌 统一 shebang

This commit is contained in:
Zhang Peng 2018-02-23 15:42:53 +08:00
parent c9c440f8e6
commit 7ccbb190af
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###################################################################################
# Linux Centos 环境部署脚本
# Author: Zhang Peng

View File

@ -1,4 +1,4 @@
#!/bin/bash -li
#!/usr/bin/env bash
# 检查脚本输入参数
checkInput() {

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo -e "\n>>>>>>>>> install sdk"

View File

@ -1,4 +1,4 @@
#!/bin/bash -l
#!/usr/bin/env bash
echo -e "\n>>>>>>>>> install springboot"