mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-29 14:57:41 -05:00
2 lines
94 B
JavaScript
Executable file
2 lines
94 B
JavaScript
Executable file
var path = require('path');
|
|
console.log(path.join(path.relative('.', __dirname), 'include'));
|