Use #!/usr/bin/env bash instead of #!/bin/bash for better compatibility across different systems. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Build script for Lumacs
set -e # Exit on error
# Clean script for Lumacs - removes build artifacts and temporary files
echo "Cleaning Lumacs build artifacts..."
# Test script for Lumacs
set -e