5 lines
101 B
Bash
5 lines
101 B
Bash
#!/bin/bash
|
|
./end.sh
|
|
nohup dotnet Yi.Furion.Web.Entry.dll > /dev/null 2>&1 &
|
|
echo "Yi-启动成功!"
|