desktop-environment/scripts/recycle.sh
Jackson Delahunt 6990c70449 recycle
2019-02-14 22:36:08 +11:00

10 lines
271 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
sh $REPO_ROOT/scripts/alacritty.sh