linux-tools/README.md

9 lines
130 B
Markdown
Raw Permalink Normal View History

2020-08-02 00:56:08 +02:00
# About
# How to start a dev env
```shell script
docker run --rm -it -v $(pwd):/data/linux-tools ubuntu bash
```
# Contributing