크로스 플랫폼 파일 변경 모니터. 더 많은 정보: https://emcrisostomo.github.io/fswatch.
fswatch {{경로/대상/파일}} | xargs -n 1 {{bash_명령어}}
fswatch {{경로/대상/파일}} {{경로/대상/디렉토리}} {{path/to/another_directory/**/*.js}} | xargs -n 1 {{bash_명령어}}
fswatch {{경로/대상/디렉토리}} | xargs -n 1 -I {} echo {}
fswatch --event {{Updated|Deleted|Created}} {{경로/대상/디렉토리}} | xargs -n 1 {{bash_명령어}}