mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:29:31 +08:00
7 lines
143 B
JavaScript
Executable file
7 lines
143 B
JavaScript
Executable file
#!/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)
|