This commit is contained in:
tea 2024-06-06 21:38:48 +02:00
parent 509ea09179
commit 708558b2ff
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
# set matrix status message to ${1} # set matrix status message to ${1}
# cfg file: server\nuser ID\token # cfg file: server\nuser ID\ntoken
setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL

View File

@ -1,6 +1,6 @@
#!/usr/bin/env zsh #!/usr/bin/env zsh
# get now playing from subsonic compatible API # get now playing from subsonic compatible API
# cfg file: host\nuser\password (host=everything before /rest) # cfg file: host\nuser\npassword (host=everything before /rest)
setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL setopt LOCAL_OPTIONS ERR_RETURN NO_UNSET PIPE_FAIL