Add description
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user