sparkles-cat-bot/make-executable.sh

8 lines
123 B
Bash
Raw Normal View History

2025-03-31 18:07:57 +00:00
#!/bin/bash
# Make scripts executable
chmod +x run-docker.sh
chmod +x docker-start.sh
echo "Scripts are now executable!"