]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commit
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)
commit4228476fa8dcd6c2747e3d71fd435b8ed4f58e6b
treeef9323dded6abea03939a2da824a41932250cb2a
parentb4125c6c863543f1b7359a5caf0c7a1028d73e39
Fix escape codes for POSIX `sh`

`\e` works with shells like bash and zsh, but not with dash.
`\033` is portable and POSIX compliant.
xdg-ninja.sh