2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 23:46:35 +00:00

4 lines
71 B
Plaintext
Raw Normal View History

#!/usr/bin/env node
process.exit(require("../test/lint").ok ? 0 : 1);