#!/usr/bin/env bash
cd "/System/NebiDE Files/appLauncher/"
if [ "$(pidof nebide-launcher)" ]; then
    kill -SIGUSR1 "$(pidof nebide-launcher)"
    exit
fi
./nebide-launcher
