mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
8 lines
195 B
Bash
8 lines
195 B
Bash
|
#!/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 &
|