<@U0QTUHNH3> not by default but I guess you could ...
# announcements
r
@nitrog42 not by default but I guess you could do something like
Copy code
fun String.execute() =
    Runtime.getRuntime().exec(this)
?