summarylogtreecommitdiffstats
path: root/ddplan.sh
blob: bdaa6e5292100b512af6121ff9791ab2ea82f327 (plain)
1
2
3
4
5
6
#!/bin/sh

_installdir="/usr/lib/node_modules/DDPlan"
_app="app.js"

electron "${_installdir}/${_app}" "$@"