发布应用 Rust Srec

This commit is contained in:
ms
2026-01-15 15:42:20 +08:00
parent afbb3abb38
commit 8f90fd7472
12 changed files with 298 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