Added README.md.

This commit is contained in:
Erik C. Thauvin 2016-07-12 18:28:40 -07:00
parent 0063848981
commit 2f54f85294
4 changed files with 32 additions and 14 deletions

View file

@ -50,5 +50,6 @@ val example2 = project {
exec {
commandLine(listOf("cmd", "/c", "echo", "Test Example 2"), os = setOf("Win"))
commandLine(listOf("echo", "Hello, World!"))
}
}