Puts the given content into the /tmp/query.txt file.
content
/tmp/query.txt
Future<void> query(String content) async { await _sshData.execute('echo "$content" > /tmp/query.txt'); }