diff --git a/README.md b/README.md index 99bd34f..044f55c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # sysadmin-toolkit Repo de teste workflow -Texto AB +Texto A \ No newline at end of file diff --git a/scripts/disk-monitor.sh b/scripts/disk-monitor.sh new file mode 100755 index 0000000..96ee50c --- /dev/null +++ b/scripts/disk-monitor.sh @@ -0,0 +1,2 @@ +#!/bin/bash +df -h diff --git a/scripts/ram-monitor.sh b/scripts/ram-monitor.sh new file mode 100755 index 0000000..df33bed --- /dev/null +++ b/scripts/ram-monitor.sh @@ -0,0 +1,2 @@ +#!/bin/bash +free -h