]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Fix escape codes for POSIX `sh`
authorMudskipper875 <89634034+Mudskipper875@users.noreply.github.com>
Sun, 15 May 2022 14:11:16 +0000 (19:41 +0530)
committerMudskipper875 <89634034+Mudskipper875@users.noreply.github.com>
Sun, 15 May 2022 14:11:16 +0000 (19:41 +0530)
`\e` works with shells like bash and zsh, but not with dash.
`\033` is portable and POSIX compliant.


No differences found