diff --git a/maple b/maple index 91c767c..d93de9f 100755 --- a/maple +++ b/maple @@ -93,6 +93,7 @@ function rgb () { B=$((RANDOM%256)) echo -e "\e[38;2;"$R";"$G";"$B"m" } + ##################################################################################################################### function analyze () { @@ -1143,4 +1144,4 @@ fi; ##################################################################################################################### -################################################################################################################# EOF \ No newline at end of file +################################################################################################################# EOF