迭代应用 AutoLady ==> ByteMuse

This commit is contained in:
2025-03-07 21:19:09 +08:00
parent a343a6c337
commit 8647215e7c
8 changed files with 77 additions and 0 deletions
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi