desktop-environment/scripts/recycle.sh
Jackson Delahunt 4327d414d3 sh-cache
2019-02-15 19:31:29 +11:00

10 lines
256 B
Bash
Executable file

REPO_ROOT=$(dirname $(realpath $0))/..
# Rebuild the desktop environment
$REPO_ROOT/scripts/build.sh
# Reset the desktop environment state
$REPO_ROOT/scripts/stop.sh
$REPO_ROOT/scripts/clean.sh
$REPO_ROOT/scripts/start.sh
$REPO_ROOT/scripts/alacritty.sh