mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(bat): consistent spacing between start and exit
This commit is contained in:
parent
3d27a7f2f0
commit
cb0c3edebd
1 changed files with 1 additions and 0 deletions
|
|
@ -14,4 +14,5 @@ timeout /t 60 /nobreak > NUL
|
||||||
|
|
||||||
echo "Launching game within Battle.net..."
|
echo "Launching game within Battle.net..."
|
||||||
start /b %BNET_EXE% --exec="launch %GAME%"
|
start /b %BNET_EXE% --exec="launch %GAME%"
|
||||||
|
|
||||||
exit
|
exit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue