第一次提交

This commit is contained in:
2026-02-11 16:24:51 +08:00
parent a0013c5f22
commit ce0d6d9a7e
9 changed files with 137 additions and 22 deletions

4
Dockerfile Normal file
View File

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