Change email in all files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
607cab9e94
commit
348ece6f11
49 changed files with 78 additions and 45 deletions
14
system/.local/bin/rss-sync
Executable file
14
system/.local/bin/rss-sync
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# rss-sync
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# This script syncs the rss feeds of newsboat.
|
||||
#
|
||||
# USAGE:
|
||||
# ./rss-sync
|
||||
newsboat -x reload
|
Loading…
Add table
Add a link
Reference in a new issue