This commit is contained in:
2018-10-26 00:00:38 +04:00
parent f6179c8dd7
commit 57aa364879
2 changed files with 2 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ function mount_sshfs {
fi
echo "Starting remote command pipe..."
ssh $1 -- tail -f "$REMOTE_COMMAND_PIPE_PATH" | zsh
ssh $1 -- tail -f "$REMOTE_COMMAND_PIPE_PATH" | zsh -x
}
function sublr {