불필요 파일 삭제

This commit is contained in:
leedongmyung[desktop] 2023-11-05 08:03:48 +09:00
parent 0c81830e1a
commit c36a9faf46

View file

@ -1,14 +0,0 @@
#!/bin/zsh
REV_OLD=`cat git_rev.txt`
git rev-list --all HEAD --all --count > git_rev.txt
REV_NEW=`cat git_rev.txt`
echo "$REV_OLD"
echo "$REV_NEW"
RESULT=FALSE
if [ ${REV_OLD} -ne ${REV_NEW} ] ; then
RESULT=TRUE
fi
echo $RESULT > result.txt