nickola / web-console

:desktop_computer: Simple web-based shell in your browser (outdated)
https://nickola.ru/projects/web-console
1.55k stars 350 forks source link

We can't enter multiline commands #62

Open jogogo2 opened 1 year ago

jogogo2 commented 1 year ago

I desire to enter commands in more than one line, for example

echo "This is line 1" \
echo "This is line 2" 

Here, backslash character ("\") means another line must be read

Could it be possible to add this functionality?