zsh/aliases/server
2024-07-16 01:06:04 +02:00

5 lines
160 B
Bash
Executable file

#!/bin/zsh
matrix() {
curl --header "Authorization: Bearer $(pass servers/matrix/matrix.qwertyuiop.de_admintoken)" -X $1 "https://qwertyuiop.de:8448/${2#/}"
}