mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 14:39:29 +08:00
4 lines
62 B
JavaScript
Executable file
4 lines
62 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
'use strict';
|
|
|
|
require('../dist/bin.js');
|