chore: 패키지 업데이트 및 빌드 스크립트 추가

This commit is contained in:
hansoo
2025-03-23 07:12:44 +09:00
parent f286f23842
commit db6cc7c005
10 changed files with 1047 additions and 5 deletions

5
scripts/Support Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "스크립트 실행 시작: $(date)"
echo "스크립트 경로: $0"
echo "스크립트 실행 완료: $(date)"
exit 0