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