#!/bin/bash # Exit immediately if a command exits with a non-zero status. set -e # restart openbox for immediate effect openbox --restart # Exit cleanly exit 0