Skip to content
Den1al edited this page Jul 27, 2019 · 2 revisions
Q: Why does JSShell ignores characters like # and *?

A: Actually, there is nothing wrong with JSShell, those characters are not being passed by the shell. To run commands with those characters simply wrap the command with quotes:

[Client #ID] >> execute "COMMAND_WITH_#_AND_*"
Clone this wiki locally