#!/bin/sh # SPDX-License-Identifier: MIT # Copyright (c) 2025 Julian Prein # # Remove ANSI SGR (Select Graphic Rendition) escape sequences, e.g. setting # color or bold font. env LC_ALL=C sed 's/\[[0-?]*[ -/]*m//g'