theapache64
Shell.SU.run( arrayOf( "echo \"# Hello :)\" >> /etc/hosts", "cat /etc/hosts" ) ).also { println("Output: $it") }