summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-07-29 00:49:44 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2023-07-29 00:49:44 +0200
commitedda2411aad8e5af20300a1f54e0410e18feb8d6 (patch)
tree8fb7ba1c64d749b6b8edc3a44025cd93cf1c9eb1
parentc xprofile /root instead of /root/ (diff)
parentlinks.sh: noop matrix (diff)
downloadn-edda2411aad8e5af20300a1f54e0410e18feb8d6.tar
n-edda2411aad8e5af20300a1f54e0410e18feb8d6.tar.gz
n-edda2411aad8e5af20300a1f54e0410e18feb8d6.tar.bz2
n-edda2411aad8e5af20300a1f54e0410e18feb8d6.tar.lz
n-edda2411aad8e5af20300a1f54e0410e18feb8d6.tar.xz
n-edda2411aad8e5af20300a1f54e0410e18feb8d6.tar.zst
n-edda2411aad8e5af20300a1f54e0410e18feb8d6.zip
-rwxr-xr-xvar/www/splstr/links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/www/splstr/links.sh b/var/www/splstr/links.sh
index d0ff527..aefe454 100755
--- a/var/www/splstr/links.sh
+++ b/var/www/splstr/links.sh
@@ -25,7 +25,7 @@ for i in `curl $u | pup a | tr $' ' $'\n' | grep href | cut -d\" -f2`
do
printf .
case $i in
- mail* | xmpp* | mumble* | irc* | tel*)
+ mail* | xmpp* | mumble* | irc* | tel* | matrix*)
noop $i
;;
//*)