🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
118 B
Batchfile
4 lines
118 B
Batchfile
@echo off
|
|
echo Stopping Quantum Player...
|
|
wsl -d Ubuntu -e bash -c "cd /home/draganel/repos/videoPlayer && ./stop.sh"
|