mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
6 lines
113 B
Bash
6 lines
113 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -Eeuo pipefail
|
||
|
|
||
|
# launch the todolist KDE widget
|
||
|
plasmawindowed com.github.zren.todolist
|