mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 23:46:35 +00:00
4 lines
71 B
JavaScript
Executable File
4 lines
71 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
process.exit(require("../test/lint").ok ? 0 : 1);
|