summarylogtreecommitdiffstats
path: root/iease-music.sh
blob: 704b1eef4b08ef86df5de5a34903cdf439101b34 (plain)
1
2
3
4
5
6
7
#!/bin/bash

PACKAGE_NAME="ieaseMusic"
EW_DIR="/opt/$PACKAGE_NAME"

cd "$EW_DIR" || exit 1
exec electron . "$@"