the beginning of the idiots

This commit is contained in:
2025-10-24 14:51:13 -05:00
parent 0b377030c6
commit cb06217ef7
123 changed files with 10279 additions and 0 deletions

15
qwen/go/stop.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Stop script for MerchantsOfHope.org recruiting platform
set -e
echo "Stopping MerchantsOfHope.org recruiting platform..."
# Get the directory of this script
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# Stop the containers
docker-compose down
echo "Containers stopped successfully!"