mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-01 00:33:05 +08:00
Update README
This commit is contained in:
parent
77c187cff4
commit
cfed34c418
|
@ -1,7 +1,9 @@
|
|||
This is `das`, an experimental Unix shell.
|
||||
|
||||
`das` consists of two parts - pipeline building, forking, etc. are written in
|
||||
C; the rest in [golang](http://golang.org/). The two parts communicate using
|
||||
two pipes.
|
||||
`das` consists of two parts. Things related to `fork`ing are written in C
|
||||
(the server); the rest in [golang](http://golang.org/). The two parts
|
||||
communicate using an unnamed UNIX socket, in JSON.
|
||||
|
||||
`das` uses [tup](http://gittup.org/tup/) as the build system.
|
||||
|
||||
The license is not yet determined. Before that, all rights are reserved.
|
||||
|
|
Loading…
Reference in New Issue
Block a user