diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-01-21 13:19:30 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-01-21 13:19:30 -0200 |
commit | 8251e511d5fea47c95af3f71c1c5f39af0b1e1f5 (patch) | |
tree | be994411e97abe1ffb60c5abf85717f01a542329 | |
parent | a255a64c2847e13e3bf221c67bbc2337133361c2 (diff) | |
download | scripts-8251e511d5fea47c95af3f71c1c5f39af0b1e1f5.tar.gz scripts-8251e511d5fea47c95af3f71c1c5f39af0b1e1f5.tar.bz2 |
Adds icalbuddy placeholders
-rwxr-xr-x | icalbuddy | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/icalbuddy b/icalbuddy new file mode 100755 index 0000000..d9e048d --- /dev/null +++ b/icalbuddy @@ -0,0 +1,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 |