diff options
Diffstat (limited to '')
-rw-r--r-- | bin/sup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/sup.sh b/bin/sup.sh index 457f9047..ce9cdb9d 100644 --- a/bin/sup.sh +++ b/bin/sup.sh @@ -76,4 +76,10 @@ lobsters() { open "${lobstersBase}/login" } +tildenews() { + lobstersBase='https://tilde.news' + lobstersFrom='nobody@tilde.news' + lobsters +} + $service |