diff --git a/sync/config.yaml b/sync/config.yaml new file mode 100644 index 0000000..1a16652 --- /dev/null +++ b/sync/config.yaml @@ -0,0 +1,8 @@ +- name: Check system uptime + command: uptime + +- name: List current directory + command: ls -lah + +- name: Show disk usage + command: df -h