-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Mainframer command mainframer.sh 'echo "blabla;blabla"' returns bash: line 1: blabla: command not found error. This error comes from local interpreter. If I switch quotes like mainframer.sh "echo 'blabla;blabla'", then remote shell complains:
set -e && cd ~/mainframer/dir && echo "echo blabla
zsh:1: command not found: blabla" && echo && echo blabla
zsh:1: command not found: blabla
Full log:
$ mainframer.sh 'echo "blabla;blabla"'
:: mainframer v2.1.0
Sync local → remote machine...
Sync done: took 3 seconds.
Executing command on remote machine…
echo blabla
bash: line 1: blabla: command not found
Execution failed: took 0 seconds.
Sync remote → local machine…
Sync done: took 5 seconds.
Failure: took 8 seconds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels