add server alias file
This commit is contained in:
parent
c7e72c3cb9
commit
54133a240b
4
aliases/server
Executable file
4
aliases/server
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
matrix() {
|
||||||
|
curl --header "Authorization: Bearer $(pass servers/matrix/matrix.qwertyuiop.de_admintoken)" -X $1 "https://qwertyuiop.de:8448/${2#/}"
|
||||||
|
}
|
Loading…
Reference in a new issue