rice/scripts/calendar.sh
2021-07-28 23:54:53 -07:00

8 lines
195 B
Bash
Executable File

#!/usr/bin/env bash
# Stop on errors, print commands
# See https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
set -Eeuo pipefail
plasmawindowed org.kde.plasma.eventcalendar &