jquery.terminal
jquery.terminal copied to clipboard
Pipe error when processing echo
Issue summary
Echo with pipe doesn't work with string with quotes inside
Expected behavior
It should echo string with single quote
Actual behavior
It throw an error
Steps to reproduce
- Open Pipe Demo
- execute
echo "foo'bar"
Additional notes
Linked demo sometimes throw formatted error from command:
fortune | say
Probably because of single quote in text