#!/bin/bash
bash -c "sleep 5; notify-send -u critical \"You are in the debug mode.\" \"This can be impact your system performance so don't except works fast.\n\nTo watch the logs in real time, type nebide-rtd to a terminal.\" " &
export NEBIDE_CURR_SESSION_LOG=$(date +com.nebisoftware.nebios.nebide___%Y-%m-%d___%H:%M:%S.log)
mkdir -p ~/.cache/nebide/
exec /usr/bin/env nebide &> ~/.cache/nebide/$NEBIDE_CURR_SESSION_LOG


