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