Files
dotfiles/.local/bin
Julian Prein 6b866f5474 bin:no-ansi*: Use printf for escape byte
I dislike having the raw escape byte in these scripts. Unfortunately
`sed` does not support interpreting it via an escape sequence, so use
printf for that. To remain POSIX compatible use `\033` and not `\e` or
`\x1b` since I couldn't find these in the printf(1p) manpage.
Unfortunately this brings a second layer of escaping.
2025-09-19 00:13:28 +02:00
..
2024-11-04 23:14:52 +01:00
2022-07-12 21:00:02 +02:00
2025-06-27 12:59:13 +02:00
2020-10-06 03:26:08 +02:00
2023-06-26 13:32:02 +02:00