20 lines
440 B
Markdown
20 lines
440 B
Markdown
# Scripts
|
|
|
|
Utility scripts for testing and running ICS-SimLab:
|
|
|
|
- **run_simlab.sh** - Run ICS-SimLab with correct absolute path
|
|
- **test_simlab.sh** - Interactive ICS-SimLab launcher
|
|
- **diagnose_runtime.sh** - Diagnostic script for scenario files and Docker
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Run ICS-SimLab
|
|
./scripts/run_simlab.sh
|
|
|
|
# Or diagnose issues
|
|
./scripts/diagnose_runtime.sh
|
|
```
|
|
|
|
All scripts use absolute paths to avoid issues with sudo and ~.
|