desktop-environment/scripts/refresh.sh
Jackson Delahunt 78cb610f9d workinggggg
2019-01-14 10:18:29 +11:00

12 lines
300 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
# Enter the desktop environment
sh $REPO_ROOT/scripts/shell.sh