| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-11 | script: respect spaces when joining multi lines command | Shulhan | |
| If a multi lines command does not have spaces or have multiple spaces, join them as is. For example, a\ b should return the value as "ab", while a \ b should return "a b". | |||
