From: Lady Date: Fri, 3 May 2024 03:48:12 +0000 (-0400) Subject: Use compound commands to join strings, not sed X-Git-Tag: 0.8.2^0 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/0cf7987b7d50c231331b187a85594e59503900b1?ds=inline;hp=0cf7987b7d50c231331b187a85594e59503900b1 Use compound commands to join strings, not sed Previously, the script would sometimes use sed to insert text at the beginning or end of a string, but it is better to just printf as a separate step instead. ---