mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-05 18:16:44 +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);
|