added start.sh for screen

main
alex 2023-08-17 08:55:04 +00:00
parent 8c4e1c517f
commit 955df3c8b3
1 changed files with 2 additions and 0 deletions

2
start.sh Executable file
View File

@ -0,0 +1,2 @@
screen -dmS admin-dashboard-web | exit 0
screen -S admin-dashboard-web -p 0 -X stuff 'npm start\n'