mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-16 03:49:13 +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');
|