Skip to content

Commit

Permalink
πŸš§πŸ”¨ Add start script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwasonline committed Jun 18, 2022
1 parent a10a97c commit 0204ba6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@echo off
cls
color a
echo [+] Starting Lavalink..
start wsl bash -c "cd lavalink; java -jar Lavalink.jar; exit"
wsl sleep 10
echo [+] Starting Songfish..
node src/index.js
wsl killall java

0 comments on commit 0204ba6

Please sign in to comment.