mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
7 lines
143 B
JavaScript
7 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)
|