blob: 3b0184460264f6df0171a233040c5af6e5b271ce (
plain)
1
2
3
4
5
|
#!/bin/sh
# AgentHub desktop launcher — just exec the bundled Electron binary,
# preserving arguments and letting Electron find its own resources
# relative to the binary path.
exec /opt/agenthub/agenthub "$@"
|