From a20cc5bd26ef077d006468261df4f21a0c197a5d Mon Sep 17 00:00:00 2001 From: jingjingxyk Date: Tue, 28 Mar 2023 21:42:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20spc=20=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=20shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/spc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/spc b/bin/spc index 1c012bf9..a5608c3e 100755 --- a/bin/spc +++ b/bin/spc @@ -1,4 +1,4 @@ -#!php +#!/bin/env php Date: Tue, 28 Mar 2023 23:42:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=20env=20=E6=89=80?= =?UTF-8?q?=E5=9C=A8=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/spc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/spc b/bin/spc index a5608c3e..960f24ff 100755 --- a/bin/spc +++ b/bin/spc @@ -1,4 +1,4 @@ -#!/bin/env php +#!/usr/bin/env php