This commit is contained in:
5ec1cff
2024-10-04 10:58:07 +08:00
parent 56b3cb8214
commit a316fa049b

View File

@@ -1,11 +1,7 @@
package io.github.a13e300.ksuwebui
import android.util.Log
import com.topjohnwu.superuser.Shell
private const val TAG = "KsuCli"
inline fun <T> withNewRootShell(
globalMnt: Boolean = false,
block: Shell.() -> T