发布模板应用

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2024-12-06 11:28:04 +08:00
parent 8014ce984d
commit 080b2b573f
10 changed files with 114 additions and 0 deletions

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