pahen/madge

fix output.sh syntax

Open

#390 opened on Oct 22, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (8,058 stars) (322 forks)batch import
good first issue

Description

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

Contributor guide