You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Mainframer command
mainframer.sh 'echo "blabla;blabla"'
returnsbash: 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:Full log:
The text was updated successfully, but these errors were encountered: