diff options
Diffstat (limited to 'bot.zsh')
| -rwxr-xr-x | bot.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -710,7 +710,7 @@ then fi help_line_counter=1 -help_max_line=$(($(grep -c '' <<< "${file_content}" | cut -d ' ' -f 1) + 1)) +help_max_line=$(($(grep -c '' <<< "${file_content}" | cut -F 1) + 1)) until [[ ${help_line_counter} -eq $((help_max_line + 1)) ]] do |
