From 8adf3813822fc8781781cc3082f68c94ae184742 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 23 Aug 2026 08:43:47 +0800 Subject: Fold response at 72 characters. --- lexd-spool.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'lexd-spool.sh') diff --git a/lexd-spool.sh b/lexd-spool.sh index c340502..9ce9c3b 100755 --- a/lexd-spool.sh +++ b/lexd-spool.sh @@ -102,6 +102,7 @@ while true; do remote_cmd="${remote_cmd} '${SPOOL_DIR}/${SPOOL_FILE}'" print -r -- "${response}" \ + | fold -s -w 72 \ | ssh -F "${SSH_CONFIG}" "${SSH_HOST}" "${remote_cmd}" log_info "Finished processing: ${target_word}" -- cgit v1.2.3