From a1aa35c509718941c53c44cbf50fb7167a3e3b3f Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Tue, 28 Nov 2023 13:01:48 +0000 Subject: [PATCH] remove kill command --- examples.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples.sh b/examples.sh index 724521ea..4245083d 100644 --- a/examples.sh +++ b/examples.sh @@ -14,6 +14,4 @@ for dir in examples/*; do npm run start cd ../.. fi -done - -kill $P1 \ No newline at end of file +done \ No newline at end of file