Merge pull request #2 from maudocante/feature/ram-monitor

Feature/ram monitor
This commit is contained in:
2026-05-18 21:16:00 +00:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# sysadmin-toolkit # sysadmin-toolkit
Repo de teste workflow Repo de teste workflow
Texto AB Texto A
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
df -h
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
free -h