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