Go to file
2020-08-05 13:58:39 +00:00
.idea Update to new version of abstract module 2020-01-11 02:38:46 +01:00
modules Remove class structure 2020-08-02 23:24:08 +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 Replace 'run' with 'functions' for best practice 2020-08-02 23:52:14 +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