added start script

alpha
alex 2024-01-19 22:11:35 +01:00
parent 3d31361056
commit 8ab1d5fe39
1 changed files with 2 additions and 0 deletions

2
start.sh Executable file
View File

@ -0,0 +1,2 @@
screen -dmS mailserver | exit 0
screen -S mailserver -p 0 -X stuff 'go build main.go && ./main -l\n'