Skip to content

Commit fcdfcdc

Browse files
committed
[scripts] docs: Add details
1 parent c03a21b commit fcdfcdc

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
- [scripts/cpfiles.sh](#scriptscpfilessh)
66
- [scripts/execr.sh](#scriptsexecrsh)
77
- [scripts/patchr.sh](#scriptspatchrsh)
8-
- [Env Helper](#env-helper)
8+
- [Environment Configuration Helper](#environment-configuration-helper)
99
- [Docker and Docker Compose](#docker-and-docker-compose)
1010
- [AWS LocalStack](#aws-localstack)
1111
# Introduction
12-
**Simi Sandbox** is a toolkit for transferring files, executing commands, and managing remote servers — including installing databases and dependencies.
12+
**Simi Sandbox** is a developer-friendly toolkit for remote server management — enabling file transfer, command execution, and automated dependency setup.
13+
1314
# Core Scripts
1415
## [scripts/cpfiles.sh](./scripts/cpfiles.sh)
1516
![](./docs/assets/scripts/cpfiles.svg)
@@ -135,7 +136,7 @@
135136

136137
Global Env:
137138
* ROOT : The absolute path of scripts directory.
138-
# Env Helper
139+
# Environment Configuration Helper
139140
## Docker and Docker Compose
140141
Instructions to install and configure Docker and Docker Compose on your system.
141142

scripts/cpfiles.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
########################################################################################
15+
# ************************************************************************************
1616
# This script automates uploading specific files or directories from `scripts/AAA/assets`
1717
# to a remote server.
1818
#
@@ -57,7 +57,7 @@
5757
# Author: Craig Brown
5858
# Since : 1.1.0
5959
# Date : July 8, 2025
60-
########################################################################################
60+
# ************************************************************************************
6161
source "$(dirname "${BASH_SOURCE[0]}")/AAA/config/global.sh"
6262

6363
# ================================================================== Required Configurations

0 commit comments

Comments
 (0)