shellchat 1.0.2

Transforms natural language into shell commands for execution or explanation.
Documentation
1
2
3
4
5
6
7
FROM debian:buster-slim

WORKDIR /usr/local/bin

COPY target/release/sc-serve .

CMD ["./sc-serve"]