blob: 05964dc6941515564a541c5b43c5c69388e4079c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
#
# Start calendar application.
#
# Set title.
xtitle calendar
# For some reason, we have to sleep a while, otherwise wyrd won't start.
sleep 0.01
# Start wyrd.
wyrd
|