summarylogtreecommitdiffstats
path: root/lepton-snippet-manager.sh
blob: a0eaa714841a5434bd1df5f7530c50e146d4f409 (plain)
1
2
3
4
5
6
7
#!/bin/bash

PACKAGE_NAME="lepton-snippet-manager"
EW_DIR="/opt/$PACKAGE_NAME"

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