summary refs log tree commit diff
path: root/bin/sup.sh
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-16 22:28:51 -0500
committerJune McEnroe <june@causal.agency>2021-02-16 22:28:51 -0500
commitf317a01b0020778ca0d11d9b06a40b89b8908286 (patch)
treedcc616fa07431572f06d04e1463d9da33f210d13 /bin/sup.sh
parentAdd sup for setting single-use passwords (diff)
downloadsrc-f317a01b0020778ca0d11d9b06a40b89b8908286.tar.gz
src-f317a01b0020778ca0d11d9b06a40b89b8908286.zip
Add tildenews support to sup
See those variables paid off :)
Diffstat (limited to 'bin/sup.sh')
-rw-r--r--bin/sup.sh6
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