Sending multiple lines in the console to a remote server

Is there a way to send multiple line in the console to a remote server? I thought a backslash at the end of a line would work (it does work locally) but I get an exception. I'm trying this with the 3.7.0 console and the latest JG build for the server.
1 Reply
porunov
porunov9mo ago
I think this question can be better answered in the TinkerPop channel: https://discord.gg/tinkerpop Potentially you could just use single line for your script (i.e. use “;” instead of new lines). However, TinkerPop community will probably give a better advice.