mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
![]() |
#!/usr/bin/env node
|
||
|
|
||
|
/*
|
||
|
I am only useful as an install script to make node-gyp not compile for purely optional native deps
|
||
|
*/
|
||
|
|
||
|
process.exit(0)
|