diff --git a/README.md b/README.md index 73b3828..0fe6958 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # sysadmin-toolkit Repo de teste workflow +Texto A +Texto B 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