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