diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-29 10:48:19 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-29 10:48:19 +0200 |
commit | 5a2611a0ee83a72c5bae4a405f6aaeee98c307b6 (patch) | |
tree | da5375095cee371735bd4656a8fb6bca38c509b9 /etc/functions | |
parent | 23083a71d1bc35ff0d4c7bbf54b256e95b8a3681 (diff) |
Remove newsbeuter/unison wrapper for now
Diffstat (limited to 'etc/functions')
-rw-r--r-- | etc/functions/newsbeuter | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/etc/functions/newsbeuter b/etc/functions/newsbeuter deleted file mode 100644 index 696cd39..0000000 --- a/etc/functions/newsbeuter +++ /dev/null @@ -1,12 +0,0 @@ -## vim:ft=zsh -## wrapper around newsbeuter to keep the feeds in sync - -function __sync { - if [[ ${HOST} != aneurysm ]] { - unisync unison aneurysm .config/newsbeuter - } -} - -__sync || return 1 -command newsbeuter ${*} -__sync |