rice/scripts/calendar.sh

8 lines
195 B
Bash
Raw Permalink Normal View History

2021-07-28 23:54:53 -07:00
#!/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 &