Skip to content

Commit

Permalink
launcher update
Browse files Browse the repository at this point in the history
  • Loading branch information
Peaksol committed Feb 13, 2022
1 parent 6af380d commit 6ee5e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
title SpelakoCLI
:start
php SpelakoCLI.php --core="../SpelakoCore/SpelakoCore.php" --config="config.json"
timeout /t 10 /nobreak
goto start
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
while :
do
php SpelakoCLI.php --core="../SpelakoCore/SpelakoCore.php" --config="config.json"
echo "Waiting for 10 seconds, press Ctrl+C to quit ..."; sleep 10
done

0 comments on commit 6ee5e63

Please sign in to comment.