迭代应用 AutoLady ==> ByteMuse

This commit is contained in:
2025-03-07 21:13:53 +08:00
parent 664eb31beb
commit 032d3f7ad2
20 changed files with 261 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi