feat: add app launcher and desktop shortcut setup scripts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
7
start-app.sh
Executable file
7
start-app.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
PROJECT_DIR="$HOME/Desktop/DentalManagementMH06"
|
||||
SELENIUM_DIR="$PROJECT_DIR/apps/SeleniumService"
|
||||
|
||||
qterminal --title "Dental App - Dev Server" -e bash -c "cd '$PROJECT_DIR' && npm run dev; exec bash" &
|
||||
qterminal --title "Dental App - Selenium" -e bash -c "cd '$SELENIUM_DIR' && .venv/bin/python agent.py; exec bash" &
|
||||
Reference in New Issue
Block a user