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