Fix: allow backslashes in executed shell, alongside interactive '\' in #13

Merged
charlie merged 1 commit from verysmallrat/cvsh:fix/backslash-escape into main 2026-08-09 02:18:25 +01:00
Member

Extends PR 12 by fixing backslashes so they actually do things.

Mainly also gives the bash/zsh style > when \ is typed (alongside unclosed quotes).

E.g.

echo "hi
> 

or

ls -la && \
> cat cvsh.c
Extends PR 12 by fixing backslashes so they actually do things. Mainly also gives the bash/zsh style > when \ is typed (alongside unclosed quotes). E.g. ``` echo "hi > ``` or ``` ls -la && \ > cat cvsh.c ```
charlie self-assigned this 2026-08-09 02:18:14 +01:00
verysmallrat deleted branch fix/backslash-escape 2026-08-11 07:39:15 +01:00
Sign in to join this conversation.
No reviewers
vulpinelinux/Maintainers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vulpinelinux/cvsh!13
No description provided.