pahen/madge

fix output.sh syntax

开放

#390 创建于 2023年10月22日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (322 个派生)batch import
good first issue

仓库指标

星标
 (8,058 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

function desc() {
	echo "\033[01;38;5;022m############### $1 ###############\033[0m";
}

the "function" builtin exists in bash, so it need to parsing as posix in test/output.sh

$ type function function is a reserved word

贡献者指南