发布 临时邮箱

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
Meng Sen
2025-06-04 15:29:19 +08:00
parent e191030879
commit 7431eeed6f
10 changed files with 119 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