Go to file
2020-08-02 23:22:50 +02:00
.idea Update to new version of abstract module 2020-01-11 02:38:46 +01:00
modules Remove old SwapModule.py 2020-08-02 23:22:50 +02:00
.gitignore Add your_system_information to gitignore 2020-03-21 22:28:44 +01:00
lnxtools.sh Check if lnxtools.sh is run as root 2020-08-02 04:16:30 +02:00
main.py Remove class structure from vim module 2020-08-02 03:50:50 +02:00
print_helpers.py Use print helper functions 2020-08-02 13:58:47 +02:00
README.md Update python fire and add README.md 2020-08-02 00:56:08 +02:00
requirements.txt Check if lnxtools.sh is run as root 2020-08-02 04:16:30 +02:00

About

How to start a dev env

docker run --rm -it -v $(pwd):/data/linux-tools ubuntu bash

Contributing