스플래시 화면 리소스 및 지원 파일 추가

This commit is contained in:
hansoo
2025-03-19 22:58:20 +09:00
parent d4bd4b591f
commit 0bde90178a
29 changed files with 127 additions and 0 deletions

5
Support Executable file
View File

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