blob: d9e048d020844822b11a1558d7c9b3ea36d0bc3f (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
#
# This is a placeholder command so xcal does not give errors when calling icalbuddy
# See https://github.com/alxppp/xcal
# http://hasseg.org/icalBuddy/
# Do nothing, successfully
/bin/true
|