pahen/madge

fix output.sh syntax

Open

#390 geöffnet am 22. Okt. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (8.058 Stars) (322 Forks)batch import
good first issue

Beschreibung

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