|
|
1 month ago | |
|---|---|---|
| .. | ||
| README.md | 1 month ago | |
| build.sh | 1 month ago | |
| clean.sh | 1 month ago | |
| test.sh | 1 month ago | |
Utility scripts for Lumacs development and maintenance.
build.sh - Build the Lumacs projectclean.sh - Clean build artifacts and temporary filestest.sh - Run tests and basic functionality checksMake sure scripts are executable (they should be by default):
chmod +x scripts/*.sh
./scripts/build.sh
./scripts/test.sh
./scripts/clean.sh
When adding new utility scripts:
chmod +xaction.sh