dotfiles

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

remove-ansi.sh (37B)


      1 #!/bin/sh
      2 
      3 sed 's#\x1b\[[0-9;]*m##g'