dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

commit 8647be31c1da6086ac546a028060ff1d2d790326
parent da7a49545022a3bc5f2bee1a456246e0f6892665
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sat, 24 Feb 2024 22:43:54 +0200

Add a commonly used command.

Diffstat:
Abin/remove-ansi.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/remove-ansi.sh b/bin/remove-ansi.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +sed 's#\x1b\[[0-9;]*m##g'