From 7058d3574e1082f18380060bd11e7e220ad629a8 Mon Sep 17 00:00:00 2001 From: Leons Aleksandrovs <58330666+Skrazzo@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:43:14 +0300 Subject: [PATCH] Add description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 554922f..3b5e869 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Script Executer +A minimal Go utility for reliably executing one or more shell scripts or command lists in sequence. Script Executer helps automate backups, system setup, and batch operations by running scripts in order, stopping on errors, and supporting directory changes within scripts. Designed for simplicity, transparency, and robust automation. + ## Why does this project exist? Managing and automating the execution of multiple shell scripts can be error-prone and tedious, especially for tasks like backups, system setup, or batch operations. This project provides a simple, reliable way to run one or more shell script files (or lists of shell commands) in a controlled, repeatable manner. It ensures that scripts are executed in order, stops on errors, and supports directory changes within scripts.