5 lines
160 B
Bash
Executable file
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#/}"
|
|
}
|