From a98f5862588c1e226268d0c9e2788f8aad4dda21 Mon Sep 17 00:00:00 2001 From: tracer-ysyx Date: Sat, 6 Jan 2024 00:55:19 +0800 Subject: [PATCH] =?UTF-8?q?>=20configure(npc)=20=20ysyx=5F22040000=20?= =?UTF-8?q?=E6=9D=8E=E5=BF=83=E6=9D=A8=20=20Linux=20calcite=206.1.69=20#1-?= =?UTF-8?q?NixOS=20SMP=20PREEMPT=5FDYNAMIC=20Wed=20Dec=2020=2016:00:29=20U?= =?UTF-8?q?TC=202023=20x86=5F64=20GNU/Linux=20=20=2000:55:19=20=20up=201?= =?UTF-8?q?=20day=20=209:41,=20=202=20users,=20=20load=20average:=200.48,?= =?UTF-8?q?=200.93,=200.78?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- git_commit.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/git_commit.sh b/git_commit.sh index be8b423..7526608 100755 --- a/git_commit.sh +++ b/git_commit.sh @@ -1,8 +1,4 @@ #/usr/bin/env bash -# -# Environment Variables: -# NEMU_HOME -set -x STUID=ysyx_22040000 STUNAME=李心杨 @@ -37,3 +33,9 @@ git_commit () { git_commit $1 +if [ $? -eq 0 ]; then + echo "[OK] Git commit track" +else + echo "[FAIL] Git commit track" && false +fi +