发布应用 ikaros

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
2025-01-22 12:53:21 +08:00
parent 6239a51a74
commit c1f6f31b90
12 changed files with 125 additions and 0 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