Skip to content

OlegKrikun/kotlin-shell

Repository files navigation

kotlin-shell

Usage

shell(workingDir) {
    call("git clone [email protected]:OlegKrikun/kotlin-shell.git").execute()
    call("cd kotlin-shell").execute()
    call("ls").output { println(it) } // or call(...).printOutput()
    
    // OR...

    "git clone [email protected]:OlegKrikun/kotlin-shell.git"()
    "cd kotlin-shell"()
    "ls" { println(it) }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages