Replace bash with busybox for minimal footprint

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 15:16:37 +00:00
parent c9f1c555e2
commit 6b978f05e0
10 changed files with 42 additions and 41 deletions

View File

@@ -39,7 +39,8 @@ SparkOS aims to be:
- Comment complex logic
- **Shell Scripts**: Follow Google Shell Style Guide
- Use `#!/bin/bash` shebang
- Use `#!/bin/sh` for POSIX-compliant scripts (preferred for busybox compatibility)
- Use `#!/bin/bash` only when bash-specific features are required
- Quote variables
- Use meaningful variable names