first commit

This commit is contained in:
Fabio Belavenuto
2022-07-01 13:57:55 -03:00
commit a08662802d
1085 changed files with 341425 additions and 0 deletions

22
Taskfile.yaml Normal file
View File

@@ -0,0 +1,22 @@
# https://taskfile.dev
version: '3'
tasks:
build-img:
cmds:
- ./img-gen.sh
build-docker-img:
dir: docker
cmds:
- ./build.sh
compile-lkms:
cmds:
- ./compile-lkm.sh
compile-addons:
dir: addons
cmds:
- ./compile-addons.sh {{.CLI_ARGS}}