sts
Version:
a STatic Server
24 lines (18 loc) • 522 B
JavaScript
/**
* 文件描述
* @author ydr.me
* @create 2018-09-05 15:22
* @update 2018-09-05 15:22
*/
;
var cli = require('blear.node.cli');
// @link http://patorjk.com/software/taag/#p=display&f=Contrast&t=STS
cli.banner(
'..............................\n' +
'.....%%%%...%%%%%%...%%%%.....\n' +
'....%%........%%....%%........\n' +
'.....%%%%.....%%.....%%%%.....\n' +
'........%%....%%........%%....\n' +
'.....%%%%.....%%.....%%%%.....\n' +
'..............................'
);