An open API service indexing awesome lists of open source software.

https://github.com/demirermustafa/shell-commands-in-net-core-sample

execute bash commands in net core
https://github.com/demirermustafa/shell-commands-in-net-core-sample

bash linux netcore netcorebash sample shell shell-command

Last synced: about 2 months ago
JSON representation

execute bash commands in net core

Awesome Lists containing this project

README

          

# Shell Commands In Net Core Sample

Docker Build & Run
```shell
docker build -t shellcommand .
docker run -i shellcommand
```