osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

17
pages.ko/osx/emond.md Normal file
View File

@@ -0,0 +1,17 @@
# emond
> 다양한 서비스로부터 이벤트를 수신하고, 간단한 규칙 엔진을 통해 처리하여 동작을 수행하는 이벤트 모니터 서비스.
> 동작은 명령 실행, 이메일 전송 또는 SMS 메시지 발송을 포함할 수 있습니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/emond.8.html>.
- 데몬 시작:
`emond`
- emond가 처리할 규칙을 파일 또는 디렉토리 경로로 지정:
`emond -r {{경로/대상/파일_또는_폴더}}`
- 특정 설정 파일 사용:
`emond -c {{경로/대상/설정_파일}}`