#!/bin/bash
# Make scripts executable
chmod +x run-docker.sh
chmod +x docker-start.sh
echo "Scripts are now executable!"