diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-21 22:41:43 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-03-21 22:41:43 +0300 |
| commit | 4cd4689457cb8ee33b077feec5e111909f4a475b (patch) | |
| tree | ebe34b1cd8a10c46bbe48f18091a9a278a10de5f /bot.zsh | |
| parent | 71713703e3e9728dc25d77e01dcb8dd2365ccae8 (diff) | |
*/*: Refactor cut calls
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
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 |
