Several commands at once
command contains 15 large iptables commands that I want to execute on my local machine. When using the exec() function from the npm:ssh2 package, everything works, but Deno.command returns stderr File name too long (OS error 36)I tried calling
/bin/sh and passing the command as an argument, but the error doesn't change. How can I avoid this?