> configure(npc)
ysyx_22040000 李心杨 Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux 00:55:19 up 1 day 9:41, 2 users, load average: 0.48, 0.93, 0.78
This commit is contained in:
parent
bfd963d0d2
commit
a98f586258
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue