Skip to content

Commit

Permalink
Feat:add instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
bamjun committed May 27, 2024
1 parent bb48201 commit 4682fa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
### 0.0.2
- 당일의 임시폴더안에 001~999 폴더 생성.

### 0.0.3
- 설명추가

---

# up
Expand Down
4 changes: 2 additions & 2 deletions temp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

##################### 버전관리 start

version_index="0.0.2"
version_index="0.0.3"


# 버전 체크
Expand All @@ -17,7 +17,7 @@ github_repo_version=$(curl -s "https://bamjun.github.io/q/temp" | bash -s -- che

if [ "$version_index" != "$github_repo_version" ]; then
echo "레포지토리 버전과 틀립니다."
echo "1 : 레포지토리 버전으로 덮어쓰기"
echo "1 : 레포지토리 버전으로 덮어쓰기 (do ' temp' not '. temp')"
echo "2 : 그냥 종료"
echo "3 : 기존 스크립트 실행"
read choose_index
Expand Down

0 comments on commit 4682fa2

Please sign in to comment.