Commit 3e696fc 1 parent 69f3c26 commit 3e696fc Copy full SHA for 3e696fc
File tree 1 file changed +13
-3
lines changed
1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Kotlin Shell
2
2
3
3
## about
4
- Kotlin Shell is a prototype tool for performing shell programming in Kotlin and KotlinScript .
5
- It provides shell-like API which takes advantage of Kotlin high level possibilities .
4
+ Kotlin Shell is a prototype tool for performing shell programming in Kotlin and Kotlin script .
5
+ It provides shell-like API which takes advantage of Kotlin features .
6
6
7
7
For examples go to the [ examples] ( #examples ) section.
8
8
9
+ ## hello world
10
+ example
11
+
9
12
## content
10
13
* [ about] ( #about )
11
14
* [ content] ( #content )
@@ -57,7 +60,14 @@ For examples go to the [examples](#examples) section.
57
60
- [ external dependencies] ( #external-dependencies )
58
61
- [ internal dependencies] ( #internal-dependencies )
59
62
* [ examples] ( #examples )
60
- ## get and run
63
+
64
+ ## pre
65
+ - supported platforms
66
+ - tested platforms
67
+ - Windows?
68
+
69
+
70
+ ## how run scripts
61
71
### library
62
72
[ ![ library] ( https://api.bintray.com/packages/jakubriegel/kotlin-shell/kotlin-shell-core/images/download.svg ) ] ( https://bintray.com/jakubriegel//kotlin-shell/kotlin-shell-core/_latestVersion )
63
73
You can’t perform that action at this time.
0 commit comments