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) }
}
-
Notifications
You must be signed in to change notification settings - Fork 1
License
OlegKrikun/kotlin-shell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published