Skip to content

Commit

Permalink
Feat:check version�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D�[D
Browse files Browse the repository at this point in the history
  • Loading branch information
bamjun committed May 12, 2024
1 parent 71a7e26 commit 947409c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions up
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/usr/bin/env bash

version_index="0.0.1"

# 버전 체크
if [ "$1" = "check_version" ]; then
echo "$version_index"
exit
fi

# 변경된 파일들을 스테이징 영역에 추가
git add .

Expand Down

0 comments on commit 947409c

Please sign in to comment.