From b3b3fa75bfcc37aa75ecde8fe1811bc7aff7117b Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 31 Jul 2023 17:24:03 +0000 Subject: [PATCH] removed start.sh from gitignore --- .gitignore | 4 +--- start.sh | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 start.sh diff --git a/.gitignore b/.gitignore index c530115..d4dd245 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,4 @@ web-build/ .DS_Store # Temporary files created by Metro to check the health of the file watcher -.metro-health-check* - -start.sh \ No newline at end of file +.metro-health-check* \ No newline at end of file diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..c7a538a --- /dev/null +++ b/start.sh @@ -0,0 +1,2 @@ +screen -dmS expoapp | exit 0 +screen -S expoapp -p 0 -X stuff 'npm start\n' \ No newline at end of file