add ignore

This commit is contained in:
Nils Burghardt
2025-07-12 19:06:01 +02:00
commit d3af3b6433
35 changed files with 761 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
LABEL authors="me"
ENTRYPOINT ["top", "-b"]