desktop-environment/scripts/refresh.sh
Jackson Delahunt ed48a0fd50 volumes
2019-01-25 13:51:01 +11:00

12 lines
339 B
Bash
Executable file

REPO_ROOT=$(dirname $(realpath $0))/..
# Rebuild the desktop environment
sh $REPO_ROOT/scripts/build.sh
# Reset the desktop environment state
sh $REPO_ROOT/scripts/stop.sh
sh $REPO_ROOT/scripts/clean.sh
sh $REPO_ROOT/scripts/start.sh
# Start the desktop environment detached from this shell
nohup alacritty </dev/null >/dev/null 2>&1 &