mirror of
https://gitee.com/onvia/ccc-tnt-psd2ui
synced 2025-09-18 22:18:24 +00:00
5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
#!/usr/bin/env node
|
||
|
'use strict';
|
||
|
|
||
|
require('../lib/main');
|