summarylogtreecommitdiffstats
path: root/theia-electron.sh
blob: 8a37be91623771249060bd844f33804d5af993f3 (plain)
1
2
3
4
#!/usr/bin/env bash
/usr/lib/theia-electron/node_modules/.bin/electron /usr/lib/theia-electron \
    "--plugins=local-dir:/usr/lib/theia-electron/plugins" \
    "$@"